Update Group.php

This commit is contained in:
Max Kostikov 2018-09-28 19:52:11 +02:00
parent 403ead44f9
commit c45a9504e7

View File

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