From a817fda80781ce235a9fb6163661eeb7a082446f Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 26 Jun 2025 07:16:19 -0600 Subject: [PATCH] Update app_languages.php Fix a syntax error --- core/upgrade/app_languages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/upgrade/app_languages.php b/core/upgrade/app_languages.php index 07360fd5d6..d1279ff955 100644 --- a/core/upgrade/app_languages.php +++ b/core/upgrade/app_languages.php @@ -1768,7 +1768,7 @@ $text['description-main_software']['fr-ca'] = "Met à jour tous les dépôts ext $text['description-main_software']['fr-fr'] = "Met à jour tous les dépôts externes."; $text['description-main_software']['he-il'] = "מحدث את כל repostory חיצוניים."; $text['description-main_software']['it-it'] = "Aggiorna tutti i repository esterni."; -$text['description-main_software']['ka-ge'] = "განახლებს ყველა გარე რეპოზიტორი." +$text['description-main_software']['ka-ge'] = "განახლებს ყველა გარე რეპოზიტორი."; $text['description-main_software']['nl-nl'] = "Werkt alle externe opslagplaatsen bij."; $text['description-main_software']['pl-pl'] = "Aktualizuje wszystkie zewnętrzne repozytoria."; $text['description-main_software']['pt-br'] = "Atualiza todos os repositórios externos.";