From f5322c16da30e05b7740431ed09041961b5062b8 Mon Sep 17 00:00:00 2001 From: KRooney <42127223+LEMTEL-krooney@users.noreply.github.com> Date: Tue, 8 Feb 2022 00:04:53 -0500 Subject: [PATCH] Update app_config.php (#6296) french update --- app/voicemails/app_config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/voicemails/app_config.php b/app/voicemails/app_config.php index deb09c60bb..7b7e07e7b8 100644 --- a/app/voicemails/app_config.php +++ b/app/voicemails/app_config.php @@ -16,8 +16,8 @@ $apps[$x]['description']['de-de'] = "Sprach-Mailbox verwalten."; $apps[$x]['description']['es-cl'] = ""; $apps[$x]['description']['es-mx'] = ""; - $apps[$x]['description']['fr-ca'] = ""; - $apps[$x]['description']['fr-fr'] = ""; + $apps[$x]['description']['fr-ca'] = "Gérer les boîtes vocales"; + $apps[$x]['description']['fr-fr'] = "Gérer les boîtes vocales"; $apps[$x]['description']['he-il'] = ""; $apps[$x]['description']['it-it'] = ""; $apps[$x]['description']['nl-nl'] = "Beheer antwoordapparaten";