From 675ace1d9a043772b7e120a6aefa6678a08b5b0b Mon Sep 17 00:00:00 2001 From: frytimo Date: Fri, 28 Apr 2023 11:26:02 -0300 Subject: [PATCH] Fix the quotes in language file (#6633) Co-authored-by: Tim Fry --- app/call_centers/app_languages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/call_centers/app_languages.php b/app/call_centers/app_languages.php index 8d1deb2fe7..2a87ecd4b3 100644 --- a/app/call_centers/app_languages.php +++ b/app/call_centers/app_languages.php @@ -1628,7 +1628,7 @@ $text['description-exit_keys']['es-mx'] = "Teclas para salir de la espera de la $text['description-exit_keys']['fr-ca'] = "Touches pour quitter la file d'attente actuelle."; $text['description-exit_keys']['fr-fr'] = "Touches pour quitter la file d'attente actuelle"; $text['description-exit_keys']['he-il'] = "מקשים ליציאה מהתור הנוכחי הממתין."; -$text['description-exit_keys']['it-it'] = ""Tasti per uscire dalla coda corrente in attesa.; +$text['description-exit_keys']['it-it'] = "Tasti per uscire dalla coda corrente in attesa."; $text['description-exit_keys']['nl-nl'] = "Toetsen om de huidige wachtrij te verlaten."; $text['description-exit_keys']['pl-pl'] = "Klawisze do wyjścia z bieżącej kolejki oczekującej."; $text['description-exit_keys']['pt-br'] = "Teclas para sair da fila de espera atual.";