Fix typo. Spotted by Nikerabbit.
This commit is contained in:
parent
bbb240e47e
commit
b24e4fd9fe
|
@ -260,7 +260,7 @@ class RecoverpasswordAction extends Action
|
||||||
$this->elementStart('li');
|
$this->elementStart('li');
|
||||||
// TRANS: Field label for password reset form where the password has to be typed again.
|
// TRANS: Field label for password reset form where the password has to be typed again.
|
||||||
$this->password('confirm', _('Confirm'),
|
$this->password('confirm', _('Confirm'),
|
||||||
// TRANS: Ttile for field label for password reset form where the password has to be typed again.
|
// TRANS: Title for field label for password reset form where the password has to be typed again.
|
||||||
_('Same as password above.'));
|
_('Same as password above.'));
|
||||||
$this->elementEnd('li');
|
$this->elementEnd('li');
|
||||||
$this->elementEnd('ul');
|
$this->elementEnd('ul');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user