Fixing the lost Password Screen

This commit is contained in:
Julian Müller 2013-10-29 01:33:12 +01:00
parent e9caaa933c
commit 776346b503
1 changed files with 1 additions and 1 deletions

View 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; ?>