diff options
author | redmatrix <git@macgirvin.com> | 2016-03-02 16:39:34 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-03-02 16:39:34 -0800 |
commit | 436e91a1e13bc488003262dfffb0a7d273a3106a (patch) | |
tree | 60ac76c19bbcd5b43297b2e1abefd349bd9f4b47 /include/widgets.php | |
parent | 6f4c45a48912c9dfaaf7631c58849476878b4fe1 (diff) | |
download | volse-hubzilla-436e91a1e13bc488003262dfffb0a7d273a3106a.tar.gz volse-hubzilla-436e91a1e13bc488003262dfffb0a7d273a3106a.tar.bz2 volse-hubzilla-436e91a1e13bc488003262dfffb0a7d273a3106a.zip |
rename the menu entry and page to 'Profile Fields' to maintain consistency
Diffstat (limited to 'include/widgets.php')
-rw-r--r-- | include/widgets.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/widgets.php b/include/widgets.php index 3b8a5a7a3..0fc10dfc0 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -1297,7 +1297,7 @@ function widget_admin($arr) { 'plugins' => array(z_root() . '/admin/plugins/', t('Plugins'), 'plugins'), 'themes' => array(z_root() . '/admin/themes/', t('Themes'), 'themes'), 'queue' => array(z_root() . '/admin/queue', t('Inspect queue'), 'queue'), - 'profs' => array(z_root() . '/admin/profs', t('Profile Config'), 'profs'), + 'profs' => array(z_root() . '/admin/profs', t('Profile Fields'), 'profs'), 'dbsync' => array(z_root() . '/admin/dbsync/', t('DB updates'), 'dbsync') ); |