be consistent with the name

This commit is contained in:
zotlabs 2017-02-12 18:42:43 -08:00
parent 321241da02
commit f63aaa5429

View file

@ -663,7 +663,7 @@ function widget_settings_menu($arr) {
if(feature_enabled(local_channel(),'permcats')) {
$tabs[] = array(
'label' => t('Permission Categories'),
'label' => t('Permission Groups'),
'url' => z_root() . '/settings/permcats',
'selected' => ((argv(1) === 'permcats') ? 'active' : ''),
);