Update Webpages.php

This commit is contained in:
Max Kostikov 2018-09-28 19:50:29 +02:00
parent 8e673a6cdf
commit 9b0d123217

View File

@ -45,7 +45,7 @@ class Webpages extends Controller {
//Do not display any associated widgets at this point
App::$pdl = '';
$o = '<b>' . t('Webpages App (Not Installed):') . '</b><br>';
$o = '<b>' . t('Webpages App') . ' (' . t('Not Installed') . '):</b><br>';
$o .= t('Provide managed web pages on your channel');
return $o;
}