diff options
Diffstat (limited to 'core/lostpassword')
-rw-r--r-- | core/lostpassword/templates/lostpassword.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/lostpassword/templates/lostpassword.php b/core/lostpassword/templates/lostpassword.php index 5363b93e32b..bfc9f23008b 100644 --- a/core/lostpassword/templates/lostpassword.php +++ b/core/lostpassword/templates/lostpassword.php @@ -27,7 +27,7 @@ OCP\Util::addStyle('lostpassword', 'lostpassword'); <?php print_unescaped($l->t('Yes, I really want to reset my password now')); ?><br/><br/> <?php endif; ?> </p> - <input type="submit" id="submit" value="<?php print_unescaped($l->t('Zurücksetzen')); ?>" /> + <input type="submit" id="submit" value="<?php print_unescaped($l->t('Reset')); ?>" /> </fieldset> </form> <?php endif; ?> |