aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Widget/Newmember.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-03-01 16:11:30 -0800
committerzotlabs <mike@macgirvin.com>2018-03-01 16:11:30 -0800
commit93a11ade045bb6767952f5bfdb278b3e9d463d2c (patch)
tree82047ad3ae000ddc89d45463b7bbab4c6f281912 /Zotlabs/Widget/Newmember.php
parent6210b7727f6c8542daaa62d1ed7f9ec1f74323f2 (diff)
downloadvolse-hubzilla-93a11ade045bb6767952f5bfdb278b3e9d463d2c.tar.gz
volse-hubzilla-93a11ade045bb6767952f5bfdb278b3e9d463d2c.tar.bz2
volse-hubzilla-93a11ade045bb6767952f5bfdb278b3e9d463d2c.zip
sigh - missed two strings
Diffstat (limited to 'Zotlabs/Widget/Newmember.php')
-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'), [