diff options
Diffstat (limited to 'core/templates/resetpassword.php')
-rw-r--r-- | core/templates/resetpassword.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/templates/resetpassword.php b/core/templates/resetpassword.php index adcfafd45f4..2f43a93cfb5 100644 --- a/core/templates/resetpassword.php +++ b/core/templates/resetpassword.php @@ -1,7 +1,7 @@ -<form action="<?php echo "index.php?".$_SERVER['QUERY_STRING']; ?>" method="post"> +<form action="<?php echo 'index.php?'.$_SERVER['QUERY_STRING']; ?>" method="post"> <fieldset> <?php if($_['success']): ?> - <?php echo $l->t('Your password was successfully reset'); ?> + <?php echo $l->t('Your password was reset'); ?> <?php else: ?> <input type="password" name="password" id="password" placeholder="<?php echo $l->t('New password'); ?>" value="" required /> <input type="submit" id="submit" value="<?php echo $l->t('Reset password'); ?>" /> |