sigh - missed two strings
This commit is contained in:
parent
1eab488754
commit
ad3f61a215
@ -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'), [
|
||||||
|
Reference in New Issue
Block a user