Merge branch 'patch-23' into 'dev'

Update Chat.php

See merge request Kostikov/core!9
This commit is contained in:
Max Kostikov 2018-09-28 15:56:17 +02:00
commit adf10296f1

View File

@ -99,7 +99,7 @@ class Chat extends Controller {
//Do not display any associated widgets at this point
App::$pdl = '';
$o = '<b>Chatrooms App (Not Installed):</b><br>';
$o = '<b>' . t('Chatrooms App (Not Installed):') . '</b><br>';
$o .= t('Access Controlled Chatrooms');
return $o;
}