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/Module/Settings/Network.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/Module/Settings/Network.php')
-rw-r--r-- | Zotlabs/Module/Settings/Network.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Settings/Network.php b/Zotlabs/Module/Settings/Network.php index aaafe9255..ae02b06e9 100644 --- a/Zotlabs/Module/Settings/Network.php +++ b/Zotlabs/Module/Settings/Network.php @@ -55,7 +55,7 @@ class Network { '$rpath' => $rpath, '$action_url' => 'settings/' . $module, '$form_security_token' => get_form_security_token('settings_' . $module), - '$title' => t('Activity Settings'), + '$title' => t('Stream Settings'), '$features' => process_module_features_get(local_channel(), $features), '$extra_settings_html' => $extra_settings_html, '$submit' => t('Submit') |