Update Group.php

This commit is contained in:
Max Kostikov 2018-09-28 15:33:50 +02:00
parent 27fef98a39
commit a237248388

View File

@ -98,7 +98,7 @@ class Group extends Controller {
//Do not display any associated widgets at this point
App::$pdl = '';
$o = '<b>Privacy Groups App (Not Installed):</b><br>';
$o = '<b>' . t('Privacy Groups App (Not Installed):') . '</b><br>';
$o .= t('Management of privacy groups');
return $o;
}