diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-03-03 12:08:21 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-03-03 12:08:21 +0100 |
commit | b704f977daa93f84662b7857dd882d6c5a2c5963 (patch) | |
tree | dcca0de004fb1bbe74c12f21d1cafb20771d10ed /include/widgets.php | |
parent | 59e04aed1b7ea68b51b8672768dffd21f5a4bd4d (diff) | |
parent | 436e91a1e13bc488003262dfffb0a7d273a3106a (diff) | |
download | volse-hubzilla-b704f977daa93f84662b7857dd882d6c5a2c5963.tar.gz volse-hubzilla-b704f977daa93f84662b7857dd882d6c5a2c5963.tar.bz2 volse-hubzilla-b704f977daa93f84662b7857dd882d6c5a2c5963.zip |
Merge branch 'master' of https://github.com/redmatrix/hubzilla
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 96d7b5cd0..ad54cb59e 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -1317,7 +1317,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') ); |