Merge branch 'patch-18' into 'dev'

Update Webpages.php

See merge request Kostikov/core!14
This commit is contained in:
Max Kostikov 2018-09-28 15:59:48 +02:00
commit 0154c5d74e

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;
}