]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fixing the lost Password Screen
authorJulian Müller <julian.mueller.ffb@kabelmail.de>
Tue, 29 Oct 2013 00:33:12 +0000 (01:33 +0100)
committerJulian Müller <julian.mueller.ffb@kabelmail.de>
Tue, 29 Oct 2013 00:33:12 +0000 (01:33 +0100)
core/lostpassword/templates/lostpassword.php

index 5363b93e32b692f086e948017bc08fe31d1cd6d6..bfc9f23008b7a41418a8b3bb631d0cd03122a889 100644 (file)
@@ -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; ?>