From b3daa8d958d4c0824ae0a89e02fe663fb9801023 Mon Sep 17 00:00:00 2001 From: Alberto Xamin Date: Sun, 27 Dec 2020 18:09:47 +0100 Subject: [PATCH] show no players in range message --- frontend/src/components/Player.vue | 2 +- frontend/src/i18n/en.json | 1 + frontend/src/i18n/it.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) 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",