From 530e7f3208a4405883e25e2c004675fd3ea40a00 Mon Sep 17 00:00:00 2001 From: KRooney <42127223+LEMTEL-krooney@users.noreply.github.com> Date: Tue, 8 Feb 2022 00:04:29 -0500 Subject: [PATCH] Update app_config.php (#6297) french update --- app/voicemail_greetings/app_config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/voicemail_greetings/app_config.php b/app/voicemail_greetings/app_config.php index e6ccd9cbc0..d306fa955d 100644 --- a/app/voicemail_greetings/app_config.php +++ b/app/voicemail_greetings/app_config.php @@ -16,7 +16,7 @@ $apps[$x]['description']['de-de'] = "Verwalte Voicemail-Begrüßungen für Nebenstellen."; $apps[$x]['description']['es-cl'] = "Administrador de mensajes de bienvenida de correo de voz para extensiones."; $apps[$x]['description']['es-mx'] = ""; - $apps[$x]['description']['fr-ca'] = ""; + $apps[$x]['description']['fr-ca'] = "Accueil messagerie Vocale"; $apps[$x]['description']['fr-fr'] = "Accueil messagerie Vocale."; $apps[$x]['description']['he-il'] = ""; $apps[$x]['description']['it-it'] = ""; @@ -125,4 +125,4 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Voicemail greeting file encoded in base64."; -?> \ No newline at end of file +?>