aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-03-01 16:11:30 -0800
committerMario Vavti <mario@mariovavti.com>2018-03-04 09:49:11 +0100
commitad3f61a215dcf544557af5a02e2148f4f37ae444 (patch)
treea9c05a74f41d53c8c6666552f7d11488ee1d5748 /Zotlabs
parent1eab488754abefa5e5b7a6b282f13351a4dc4f70 (diff)
downloadvolse-hubzilla-ad3f61a215dcf544557af5a02e2148f4f37ae444.tar.gz
volse-hubzilla-ad3f61a215dcf544557af5a02e2148f4f37ae444.tar.bz2
volse-hubzilla-ad3f61a215dcf544557af5a02e2148f4f37ae444.zip
sigh - missed two strings
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Widget/Newmember.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Widget/Newmember.php b/Zotlabs/Widget/Newmember.php
index 898942ccc..0279f339f 100644
--- a/Zotlabs/Widget/Newmember.php
+++ b/Zotlabs/Widget/Newmember.php
@@ -39,7 +39,7 @@ class Newmember {
t('Find and Connect with others'),
[
- 'directory' => t('View the channel directory'),
+ 'directory' => t('View the directory'),
'suggest' => t('View friend suggestions'),
'connections' => t('Manage your connections'),
],
@@ -64,7 +64,7 @@ class Newmember {
// hack to put this in the correct spot of the array
if($site_firehose || $net_firehose) {
- $options[5]['pubstream'] = t('View public stream. Warning: not moderated');
+ $options[5]['pubstream'] = t('View public stream');
}
$o = replace_macros(get_markup_template('new_member.tpl'), [