From ce942e6bddaff1e43093ca636747b2586bd1776b Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Fri, 13 Sep 2013 22:17:26 +0000 Subject: [PATCH] Call Flows fixed the quotes. --- app/call_flows/app_config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/call_flows/app_config.php b/app/call_flows/app_config.php index 7430c7857b..6c900dbfd2 100644 --- a/app/call_flows/app_config.php +++ b/app/call_flows/app_config.php @@ -19,13 +19,13 @@ $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en-us'] = 'Call Flows'; - $apps[$x]['menu'][0]['title']['es-mx'] = 'Flujo de Llamada'; + $apps[$x]['menu'][0]['title']['en-us'] = "Call Flows"; + $apps[$x]['menu'][0]['title']['es-mx'] = "Flujo de Llamada"; $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr'] = "cinématiques d'Appel"; - $apps[$x]['menu'][0]['title']['fr-ca'] = 'Circulation d'Appel'; + $apps[$x]['menu'][0]['title']['fr-ca'] = "Circulation d'Appel"; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; $apps[$x]['menu'][0]['title']['pt-pt'] = ''; $apps[$x]['menu'][0]['title']['pt-br'] = '';