Update Articles.php

This commit is contained in:
Max Kostikov 2018-09-28 15:30:03 +02:00
parent 27fef98a39
commit 24c7bb600e

View File

@ -40,7 +40,7 @@ class Articles extends Controller {
//Do not display any associated widgets at this point
App::$pdl = '';
$o = '<b>Articles App (Not Installed):</b><br>';
$o = '<b>' . t('Articles App (Not Installed):') . '</b><br>';
$o .= t('Create interactive articles');
return $o;
}