OStatus remote address example now more generic

This commit is contained in:
Mikael Nordfeldth 2013-10-30 15:04:54 +01:00
parent 58717fa6c5
commit be62f44ef4
2 changed files with 2 additions and 2 deletions

View File

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

View File

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