diff options
author | Mario <mario@mariovavti.com> | 2022-01-19 09:41:16 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-01-19 09:41:16 +0000 |
commit | df71168ab76531b399829ebad3f363b563f135ad (patch) | |
tree | 166e2eba2c1168aec8bb29de7fa2bf66c514b646 /Zotlabs/Module/Channel.php | |
parent | e93b26bf546d4e94ceefc071a0ac9bd1faadc91b (diff) | |
download | volse-hubzilla-df71168ab76531b399829ebad3f363b563f135ad.tar.gz volse-hubzilla-df71168ab76531b399829ebad3f363b563f135ad.tar.bz2 volse-hubzilla-df71168ab76531b399829ebad3f363b563f135ad.zip |
fix channel app naming and translation and cleanup apps with an db update
Diffstat (limited to 'Zotlabs/Module/Channel.php')
-rw-r--r-- | Zotlabs/Module/Channel.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Channel.php b/Zotlabs/Module/Channel.php index 1bf69dc4c..aebc70c15 100644 --- a/Zotlabs/Module/Channel.php +++ b/Zotlabs/Module/Channel.php @@ -224,7 +224,7 @@ class Channel extends Controller { if (!$update) { - nav_set_selected(t('Channel')); + nav_set_selected('Channel'); // search terms header if ($search) { |