Update Webpages.php

This commit is contained in:
Max Kostikov 2018-09-28 15:28:57 +02:00
parent 27fef98a39
commit db006b911a

View File

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