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 /mod | |
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 'mod')
-rw-r--r-- | mod/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/admin.php b/mod/admin.php index 6ec722691..6300ac027 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -1757,7 +1757,7 @@ function admin_page_profs(&$a) { $o = replace_macros(get_markup_template('admin_profiles.tpl'),array( - '$title' => t('Profile Management'), + '$title' => t('Profile Fields'), '$basic' => array('basic',t('Basic Profile Fields'),$basic,''), '$advanced' => array('advanced',t('Advanced Profile Fields'),$advanced,t('(In addition to basic fields)')), '$all' => $all, |