summaryrefslogtreecommitdiffstats
path: root/core/lostpassword
diff options
context:
space:
mode:
authorJulian Müller <julian.mueller.ffb@kabelmail.de>2013-10-29 01:33:12 +0100
committerJulian Müller <julian.mueller.ffb@kabelmail.de>2013-10-29 01:33:12 +0100
commit776346b5037282f352c206d66224b5b2a32f56f5 (patch)
tree6b91fcec5770d81ae4564f7de4bfbec9f1f4f838 /core/lostpassword
parente9caaa933c5719d33f1cc51e56072f52e5d338ab (diff)
downloadnextcloud-server-776346b5037282f352c206d66224b5b2a32f56f5.tar.gz
nextcloud-server-776346b5037282f352c206d66224b5b2a32f56f5.zip
Fixing the lost Password Screen
Diffstat (limited to 'core/lostpassword')
-rw-r--r--core/lostpassword/templates/lostpassword.php2
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; ?>