diff options
author | Mario <mario@mariovavti.com> | 2021-08-24 09:03:09 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-08-24 09:03:09 +0000 |
commit | fea3980c01499d627655cbe93361526c540e543e (patch) | |
tree | 405331a275346e70ad89c7cd72738ed95a25f43a /include | |
parent | 8804499cb7e1c2774a584cf69268ac31af29dced (diff) | |
download | volse-hubzilla-fea3980c01499d627655cbe93361526c540e543e.tar.gz volse-hubzilla-fea3980c01499d627655cbe93361526c540e543e.tar.bz2 volse-hubzilla-fea3980c01499d627655cbe93361526c540e543e.zip |
channel manager -> channels
Diffstat (limited to 'include')
-rw-r--r-- | include/nav.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php index e16e0ceab..0e75cd59f 100644 --- a/include/nav.php +++ b/include/nav.php @@ -95,7 +95,7 @@ function nav($template = 'default') { if (local_channel()) { if (empty($_SESSION['delegate'])) { - $nav['manage'] = ['manage', t('Channel Manager'), "", t('Manage your channels'), 'manage_nav_btn']; + $nav['manage'] = ['manage', t('Channels'), "", t('Manage your channels'), 'manage_nav_btn']; } if (Apps::system_app_installed(local_channel(), 'Privacy Groups')) $nav['group'] = ['group', t('Privacy Groups'), "", t('Manage your privacy groups'), 'group_nav_btn']; |