Merge branch 'patch-19' into 'dev'
Update Wiki.php See merge request Kostikov/core!13
This commit is contained in:
commit
9032a656fa
@ -49,7 +49,7 @@ class Wiki extends Controller {
|
||||
//Do not display any associated widgets at this point
|
||||
App::$pdl = '';
|
||||
|
||||
$o = '<b>Wiki App (Not Installed):</b><br>';
|
||||
$o = '<b>' . t('Wiki App (Not Installed):') . '</b><br>';
|
||||
$o .= t('Provide a wiki for your channel');
|
||||
return $o;
|
||||
}
|
||||
|
Reference in New Issue
Block a user