Improve labels in change password interface (pull-request #270)

This commit is contained in:
Frédéric Guillot
2014-09-17 17:32:01 +02:00
parent a5b90a9404
commit 210f6c8182
12 changed files with 68 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
<?= Helper\form_label(t('Current password for the user "%s"', Helper\get_username()), 'current_password') ?>
<?= Helper\form_password('current_password', $values, $errors) ?><br/>
<?= Helper\form_label(t('Password'), 'password') ?>
<?= Helper\form_label(t('New password for the user "%s"', Helper\get_username($user)), 'password') ?>
<?= Helper\form_password('password', $values, $errors) ?><br/>
<?= Helper\form_label(t('Confirmation'), 'confirmation') ?>