aboutsummaryrefslogtreecommitdiffstats
path: root/include/widgets.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-03-03 12:08:21 +0100
committerMario Vavti <mario@mariovavti.com>2016-03-03 12:08:21 +0100
commitb704f977daa93f84662b7857dd882d6c5a2c5963 (patch)
treedcca0de004fb1bbe74c12f21d1cafb20771d10ed /include/widgets.php
parent59e04aed1b7ea68b51b8672768dffd21f5a4bd4d (diff)
parent436e91a1e13bc488003262dfffb0a7d273a3106a (diff)
downloadvolse-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.php2
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')
);