mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Change the encoding type for app/emails/app_menu.php to UTF-8.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Emails";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Los Correos Electrónicos";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Los Correos Electrónico";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Courriels";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Emails";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Emails";
|
||||
|
||||
Reference in New Issue
Block a user