aboutsummaryrefslogtreecommitdiffstats
path: root/include/widgets.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-06-07 09:43:14 +0200
committerMario Vavti <mario@mariovavti.com>2016-06-07 09:43:14 +0200
commit75b97cafb0412ed7d06e0bc499ef7927290f027d (patch)
tree5d4c04b2c51797f0ee3df1bae7aa085ca3e15e32 /include/widgets.php
parentb886a40471fdf8cf80364f08fe8c7d29a9ed9537 (diff)
parent037cd74e8e02f048892208bedef0d16faef16af4 (diff)
downloadvolse-hubzilla-75b97cafb0412ed7d06e0bc499ef7927290f027d.tar.gz
volse-hubzilla-75b97cafb0412ed7d06e0bc499ef7927290f027d.tar.bz2
volse-hubzilla-75b97cafb0412ed7d06e0bc499ef7927290f027d.zip
Merge branch 'dev' into sabre32
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 3448aeb5e..a1b9f1956 100644
--- a/include/widgets.php
+++ b/include/widgets.php
@@ -1378,7 +1378,7 @@ function widget_admin($arr) {
$aside = array(
'site' => array(z_root() . '/admin/site/', t('Site'), 'site'),
- 'users' => array(z_root() . '/admin/users/', t('Accounts'), 'users', 'pending-update', t('Member registrations waiting for confirmation')),
+ 'accounts' => array(z_root() . '/admin/accounts/', t('Accounts'), 'accounts', 'pending-update', t('Member registrations waiting for confirmation')),
'channels' => array(z_root() . '/admin/channels/', t('Channels'), 'channels'),
'security' => array(z_root() . '/admin/security/', t('Security'), 'security'),
'features' => array(z_root() . '/admin/features/', t('Features'), 'features'),