Updated label and note text for user and group remote subscribe forms
This commit is contained in:
parent
1761b185bf
commit
6a5a629afa
|
@ -72,9 +72,9 @@ class OStatusGroupAction extends OStatusSubAction
|
|||
$this->elementStart('ul', 'form_data');
|
||||
$this->elementStart('li');
|
||||
$this->input('profile',
|
||||
_m('Group profile URL'),
|
||||
_m('Join group'),
|
||||
$this->profile_uri,
|
||||
_m('Enter the profile URL of a group on another StatusNet site'));
|
||||
_m("OStatus group's address, like http://example.net/group/nickname"));
|
||||
$this->elementEnd('li');
|
||||
$this->elementEnd('ul');
|
||||
|
||||
|
|
|
@ -62,9 +62,9 @@ class OStatusSubAction extends Action
|
|||
$this->elementStart('ul', 'form_data');
|
||||
$this->elementStart('li');
|
||||
$this->input('profile',
|
||||
_m('Address or profile URL'),
|
||||
_m('Subscribe to'),
|
||||
$this->profile_uri,
|
||||
_m('Enter the profile URL of a PubSubHubbub-enabled feed'));
|
||||
_m("OStatus user's address, like nickname@example.com or http://example.net/user/nickname"));
|
||||
$this->elementEnd('li');
|
||||
$this->elementEnd('ul');
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user