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:
Sarven Capadisli 2010-03-02 09:57:28 -05:00
parent ffa80c50ff
commit 623faf9f2d
1 changed files with 1 additions and 1 deletions

View File

@ -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');