diff options
Diffstat (limited to 'actions/passwordsettings.php')
-rw-r--r-- | actions/passwordsettings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/passwordsettings.php b/actions/passwordsettings.php index 11d7bf785..4395f772b 100644 --- a/actions/passwordsettings.php +++ b/actions/passwordsettings.php @@ -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'); |