Update app_menu.php

This commit is contained in:
FusionPBX
2018-03-01 21:58:38 -07:00
committed by GitHub
parent c06c79f432
commit e9c2c8ef1d

View File

@@ -1,7 +1,7 @@
<?php
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Conference Center";
$apps[$x]['menu'][$y]['title']['en-us'] = "Conference Centers";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Konferenz Zentrale";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
@@ -28,4 +28,4 @@
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "user";
?>
?>