From 9ae3e7823885a6fcd0d8e94c82c7581f34feab54 Mon Sep 17 00:00:00 2001 From: KRooney <42127223+LEMTEL-krooney@users.noreply.github.com> Date: Sun, 30 Jan 2022 23:06:12 -0500 Subject: [PATCH] Update app_menu.php (#6276) --- app/destinations/app_menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/destinations/app_menu.php b/app/destinations/app_menu.php index e8d448ac2e..d3abc6df06 100644 --- a/app/destinations/app_menu.php +++ b/app/destinations/app_menu.php @@ -9,7 +9,7 @@ $apps[$x]['menu'][$y]['title']['de-de'] = "Ziele"; $apps[$x]['menu'][$y]['title']['es-cl'] = "Destinos"; $apps[$x]['menu'][$y]['title']['es-mx'] = "Destinos"; - $apps[$x]['menu'][$y]['title']['fr-ca'] = "Cibler"; + $apps[$x]['menu'][$y]['title']['fr-ca'] = "Destinations"; $apps[$x]['menu'][$y]['title']['fr-fr'] = "Destinations"; $apps[$x]['menu'][$y]['title']['he-il'] = "יעד"; $apps[$x]['menu'][$y]['title']['it-it'] = "Destinazioni";