sigh - missed two strings

This commit is contained in:
zotlabs 2018-03-01 16:11:30 -08:00 committed by Mario Vavti
parent 1eab488754
commit ad3f61a215

View File

@ -39,7 +39,7 @@ class Newmember {
t('Find and Connect with others'), t('Find and Connect with others'),
[ [
'directory' => t('View the channel directory'), 'directory' => t('View the directory'),
'suggest' => t('View friend suggestions'), 'suggest' => t('View friend suggestions'),
'connections' => t('Manage your connections'), 'connections' => t('Manage your connections'),
], ],
@ -64,7 +64,7 @@ class Newmember {
// hack to put this in the correct spot of the array // hack to put this in the correct spot of the array
if($site_firehose || $net_firehose) { 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'), [ $o = replace_macros(get_markup_template('new_member.tpl'), [