From d2e61e351c56f271f68d3799b4d9b3a65b45ec9e Mon Sep 17 00:00:00 2001 From: KRooney <42127223+LEMTEL-krooney@users.noreply.github.com> Date: Sun, 30 Jan 2022 23:05:01 -0500 Subject: [PATCH] Update app_menu.php (#6275) --- core/users/app_menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/users/app_menu.php b/core/users/app_menu.php index e0afbbc551..7c665c965e 100644 --- a/core/users/app_menu.php +++ b/core/users/app_menu.php @@ -34,7 +34,7 @@ $apps[$x]['menu'][$y]['title']['de-at'] = "Kontoeinstellungen"; $apps[$x]['menu'][$y]['title']['es-cl'] = "Config de Cuenta"; $apps[$x]['menu'][$y]['title']['es-mx'] = ""; - $apps[$x]['menu'][$y]['title']['fr-ca'] = ""; + $apps[$x]['menu'][$y]['title']['fr-ca'] = "Paramètre du Compte"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Configuration du Compte"; $apps[$x]['menu'][$y]['title']['he-il'] = "הגדרת חשבון"; $apps[$x]['menu'][$y]['title']['it-it'] = "Impostazioni Utente";