aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Manage.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-08-24 09:03:09 +0000
committerMario <mario@mariovavti.com>2021-08-24 09:03:09 +0000
commitfea3980c01499d627655cbe93361526c540e543e (patch)
tree405331a275346e70ad89c7cd72738ed95a25f43a /Zotlabs/Module/Manage.php
parent8804499cb7e1c2774a584cf69268ac31af29dced (diff)
downloadvolse-hubzilla-fea3980c01499d627655cbe93361526c540e543e.tar.gz
volse-hubzilla-fea3980c01499d627655cbe93361526c540e543e.tar.bz2
volse-hubzilla-fea3980c01499d627655cbe93361526c540e543e.zip
channel manager -> channels
Diffstat (limited to 'Zotlabs/Module/Manage.php')
-rw-r--r--Zotlabs/Module/Manage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Manage.php b/Zotlabs/Module/Manage.php
index d67b47437..e7d9d5cba 100644
--- a/Zotlabs/Module/Manage.php
+++ b/Zotlabs/Module/Manage.php
@@ -157,7 +157,7 @@ class Manage extends \Zotlabs\Web\Controller {
}
$o = replace_macros(get_markup_template('channels.tpl'), array(
- '$header' => t('Channel Manager'),
+ '$header' => t('Channels'),
'$msg_selected' => t('Current Channel'),
'$selected' => local_channel(),
'$desc' => ((count($channels) > 1 || $delegates) ? t('Switch to one of your channels by selecting it.') : ''),