Just a label change. Since the user already went ahead with
subscribing, in this step we are just confirming the profile.
This commit is contained in:
parent
ffa80c50ff
commit
623faf9f2d
|
@ -112,7 +112,7 @@ class OStatusSubAction extends Action
|
|||
$this->submit('submit', _m('Join'), 'submit', null,
|
||||
_m('Join this group'));
|
||||
} else {
|
||||
$this->submit('submit', _m('Subscribe'), 'submit', null,
|
||||
$this->submit('submit', _m('Confirm'), 'submit', null,
|
||||
_m('Subscribe to this user'));
|
||||
}
|
||||
$this->elementEnd('fieldset');
|
||||
|
|
Loading…
Reference in New Issue
Block a user