forked from GNUsocial/gnu-social
Capitalise "same as password above"
This commit is contained in:
parent
df6796763d
commit
bd063b8d5a
@ -110,7 +110,7 @@ class PasswordsettingsAction extends AccountSettingsAction
|
||||
$this->elementEnd('li');
|
||||
$this->elementStart('li');
|
||||
$this->password('confirm', _('Confirm'),
|
||||
_('same as password above'));
|
||||
_('Same as password above'));
|
||||
$this->elementEnd('li');
|
||||
$this->elementEnd('ul');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user