mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
fixed en to en-us
This commit is contained in:
@@ -219,7 +219,7 @@ require_once "includes/paging.php";
|
||||
//list all the permissions
|
||||
foreach($apps as $app) {
|
||||
$app_name = $app['name'];
|
||||
$description = $app['description']['en'];
|
||||
$description = $app['description']['en-us'];
|
||||
|
||||
echo "<strong>".$app_name."</strong><br />\n";
|
||||
echo "".$description."<br /><br />";
|
||||
|
||||
Reference in New Issue
Block a user