From f63aaa54293acd2f524872f5d45da099082a48fa Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sun, 12 Feb 2017 18:42:43 -0800 Subject: be consistent with the name --- include/widgets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/widgets.php b/include/widgets.php index 52f8fd655..cb8a6133e 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -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' : ''), ); -- cgit v1.2.3