Merge branch 'patch-25' into 'dev'
Update Group.php See merge request Kostikov/core!7
This commit is contained in:
commit
82de0862a1
@ -98,7 +98,7 @@ class Group 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>Privacy Groups App (Not Installed):</b><br>';
|
$o = '<b>' . t('Privacy Groups App (Not Installed):') . '</b><br>';
|
||||||
$o .= t('Management of privacy groups');
|
$o .= t('Management of privacy groups');
|
||||||
return $o;
|
return $o;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user