OStatus remote address example now more generic
This commit is contained in:
parent
58717fa6c5
commit
be62f44ef4
|
@ -143,7 +143,7 @@ class OStatusInitAction extends Action
|
|||
// TRANS: Field label.
|
||||
$this->input('profile', _m('Profile Account'), $this->profile,
|
||||
// TRANS: Tooltip for field label "Profile Account".
|
||||
_m('Your account ID (e.g. user@identi.ca).'));
|
||||
_m('Your account ID (e.g. user@example.com).'));
|
||||
$this->elementEnd('li');
|
||||
$this->elementEnd('ul');
|
||||
$this->submit('submit', $submit);
|
||||
|
|
|
@ -74,7 +74,7 @@ class OStatusTagAction extends OStatusInitAction
|
|||
// TRANS: Field label.
|
||||
$this->input('profile', _m('Profile Account'), $this->profile,
|
||||
// TRANS: Field title.
|
||||
_m('Your account id (for example user@identi.ca).'));
|
||||
_m('Your account id (for example user@example.com).'));
|
||||
$this->elementEnd('li');
|
||||
$this->elementEnd('ul');
|
||||
$this->submit('submit', $submit);
|
||||
|
|
Loading…
Reference in New Issue
Block a user