Merge branch 'patch-20' into 'dev'
Update Articles.php See merge request Kostikov/core!12
This commit is contained in:
commit
fda57a93a5
@ -40,7 +40,7 @@ class Articles 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>Articles App (Not Installed):</b><br>';
|
$o = '<b>' . t('Articles App (Not Installed):') . '</b><br>';
|
||||||
$o .= t('Create interactive articles');
|
$o .= t('Create interactive articles');
|
||||||
return $o;
|
return $o;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user