aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-01-19 09:41:16 +0000
committerMario <mario@mariovavti.com>2022-01-19 09:41:16 +0000
commitdf71168ab76531b399829ebad3f363b563f135ad (patch)
tree166e2eba2c1168aec8bb29de7fa2bf66c514b646 /Zotlabs/Lib
parente93b26bf546d4e94ceefc071a0ac9bd1faadc91b (diff)
downloadvolse-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/Lib')
-rw-r--r--Zotlabs/Lib/Apps.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Lib/Apps.php b/Zotlabs/Lib/Apps.php
index 6ce052b06..a6b5c192c 100644
--- a/Zotlabs/Lib/Apps.php
+++ b/Zotlabs/Lib/Apps.php
@@ -70,7 +70,7 @@ class Apps {
'Contact Roles',
'Network',
'Files',
- 'Channel Home',
+ 'Channel',
'Photos',
'Calendar',
'Directory',
@@ -344,7 +344,7 @@ class Apps {
'Files' => t('Files'),
'Webpages' => t('Webpages'),
'Wiki' => t('Wiki'),
- 'Channel Home' => t('Channel Home'),
+ 'Channel' => t('Channel'),
'View Profile' => t('View Profile'),
'Photos' => t('Photos'),
'Calendar' => t('Calendar'),