Update Wiki.php
This commit is contained in:
parent
9b0d123217
commit
403ead44f9
@ -49,7 +49,7 @@ class Wiki 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('Wiki App (Not Installed):') . '</b><br>';
|
$o = '<b>' . t('Wiki App') . ' (' . t('Not Installed') . '):</b><br>';
|
||||||
$o .= t('Provide a wiki for your channel');
|
$o .= t('Provide a wiki for your channel');
|
||||||
return $o;
|
return $o;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user