diff --git a/frontend/src/components/Player.vue b/frontend/src/components/Player.vue
index 7a319e3..f8c973f 100644
--- a/frontend/src/components/Player.vue
+++ b/frontend/src/components/Player.vue
@@ -37,7 +37,7 @@
{{hint}}
-
+
diff --git a/frontend/src/i18n/en.json b/frontend/src/i18n/en.json
index af02d4c..dfa8aa4 100644
--- a/frontend/src/i18n/en.json
+++ b/frontend/src/i18n/en.json
@@ -61,6 +61,7 @@
"to_defend_from": "TO DEFEND YOURSELF FROM",
"submit": "Submit",
"copy": "Copy invite",
+ "no_players_in_range": "You can't see the other players, equip a weapon or a scope!",
"chat": {
"chat": "Chat",
"joined": "{0} joined the lobby",
diff --git a/frontend/src/i18n/it.json b/frontend/src/i18n/it.json
index 3f21f86..669cb38 100644
--- a/frontend/src/i18n/it.json
+++ b/frontend/src/i18n/it.json
@@ -61,6 +61,7 @@
"to_defend_from": "PER DIFENDERTI DA",
"submit": "Invia",
"copy": "Copia invito",
+ "no_players_in_range": "Non vedi nessun giocatore, equipaggia un arma o un mirino!",
"chat": {
"chat": "Chat",
"joined": "{0} รจ entrato nella stanza",