diff --git a/interface/web/sites/list/aps_availablepackages.list.php b/interface/web/sites/list/aps_availablepackages.list.php index 812e57fd60782c2392848ae15262430e685c4ad7..9fd19434223308f933b2b6a62171c1964d008aaf 100644 --- a/interface/web/sites/list/aps_availablepackages.list.php +++ b/interface/web/sites/list/aps_availablepackages.list.php @@ -80,7 +80,7 @@ if($_SESSION['s']['user']['typ'] == 'admin') 'prefix' => '', 'suffix' => '', 'width' => '', - 'value' => array(PACKAGE_ENABLED => '
'.$app->lng('Yes').'
', - PACKAGE_LOCKED => '
'.$app->lng('No').'
')); + 'value' => array(PACKAGE_ENABLED => $app->lng('Yes'), + PACKAGE_LOCKED => $app->lng('No'))); } ?>