Update Webpages.php
This commit is contained in:
parent
8e673a6cdf
commit
9b0d123217
@ -45,7 +45,7 @@ class Webpages extends Controller {
|
|||||||
//Do not display any associated widgets at this point
|
//Do not display any associated widgets at this point
|
||||||
App::$pdl = '';
|
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');
|
$o .= t('Provide managed web pages on your channel');
|
||||||
return $o;
|
return $o;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user