diff options
Diffstat (limited to 'app/Templates')
-rw-r--r-- | app/Templates/user_password.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Templates/user_password.php b/app/Templates/user_password.php index a494e42d..5da38595 100644 --- a/app/Templates/user_password.php +++ b/app/Templates/user_password.php @@ -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') ?> |