aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Apps.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-10-06 16:40:30 +0200
committerMario Vavti <mario@mariovavti.com>2018-10-06 16:40:30 +0200
commit96277372d55a58349e318e694f4dab3a00fb2f13 (patch)
treea6379c1d1a992f31c4fc021ea6cf732a3c97e1cd /Zotlabs/Lib/Apps.php
parentb8991750c5d36714100d20595da6a33149bd7d5d (diff)
downloadvolse-hubzilla-96277372d55a58349e318e694f4dab3a00fb2f13.tar.gz
volse-hubzilla-96277372d55a58349e318e694f4dab3a00fb2f13.tar.bz2
volse-hubzilla-96277372d55a58349e318e694f4dab3a00fb2f13.zip
rename grid to network (for consistency) and activity to stream (as seen in osada) because it makes much more sense.
Diffstat (limited to 'Zotlabs/Lib/Apps.php')
-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 19cc78d17..5117816bf 100644
--- a/Zotlabs/Lib/Apps.php
+++ b/Zotlabs/Lib/Apps.php
@@ -59,7 +59,7 @@ class Apps {
static public function get_base_apps() {
return get_config('system','base_apps',[
'Connections',
- 'Grid',
+ 'Network',
'Settings',
'Files',
'Channel Home',
@@ -310,7 +310,7 @@ class Apps {
'Suggest Channels' => t('Suggest Channels'),
'Login' => t('Login'),
'Channel Manager' => t('Channel Manager'),
- 'Grid' => t('Activity'),
+ 'Network' => t('Stream'),
'Settings' => t('Settings'),
'Files' => t('Files'),
'Webpages' => t('Webpages'),