diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-06 14:40:30 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-10-06 16:41:19 +0200 |
commit | 7877e2467e61fd48c52c8fc6325db5320eb5e03e (patch) | |
tree | 4877ee2db2b41974a3f442319ed2109c4b9bdf4d /Zotlabs/Lib/Apps.php | |
parent | 98ee99071cf5556a323ae7f7bffd341fc03f7a6d (diff) | |
download | volse-hubzilla-7877e2467e61fd48c52c8fc6325db5320eb5e03e.tar.gz volse-hubzilla-7877e2467e61fd48c52c8fc6325db5320eb5e03e.tar.bz2 volse-hubzilla-7877e2467e61fd48c52c8fc6325db5320eb5e03e.zip |
rename grid to network (for consistency) and activity to stream (as seen in osada) because it makes much more sense.
(cherry picked from commit 96277372d55a58349e318e694f4dab3a00fb2f13)
Diffstat (limited to 'Zotlabs/Lib/Apps.php')
-rw-r--r-- | Zotlabs/Lib/Apps.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Lib/Apps.php b/Zotlabs/Lib/Apps.php index 9e5de1bb0..b40cf70e5 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'), |