diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-09-04 18:13:53 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-09-04 18:13:53 +0200 |
commit | 75383a8308a747ff1465dc9cbc921995c3514899 (patch) | |
tree | 8d336ffc4b296b9a500f434752ac08d1dbb7f64c /core | |
parent | 14bbd6f9769567a67b9e95b1db55e9d67e56f8b5 (diff) | |
download | nextcloud-server-75383a8308a747ff1465dc9cbc921995c3514899.tar.gz nextcloud-server-75383a8308a747ff1465dc9cbc921995c3514899.zip |
small wording changes
Diffstat (limited to 'core')
-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'); ?>" /> |