mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-31 09:33:48 +00:00
Add a missing quote
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "CDR Statistics;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "CDR Statistics";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Statistics CDR";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "";
|
||||
|
||||
Reference in New Issue
Block a user