diff --git a/templates/index.rs.html b/templates/index.rs.html
index 08f6549..bf649e1 100644
--- a/templates/index.rs.html
+++ b/templates/index.rs.html
@@ -55,7 +55,7 @@ templates::{info_html, instance_html, statics::index_css},
}
- Rejoindre
+ Comment Rejoindre
@if config.restricted_mode() {
@@ -89,7 +89,7 @@ templates::{info_html, instance_html, statics::index_css},
@if !nodes.is_empty() {
- @nodes.len() Connected Servers
+ @nodes.len() instances connectées
@for node in nodes {
@if let Some(inst) = node.instance.as_ref() {