Fixing the lost Password Screen
This commit is contained in:
parent
e9caaa933c
commit
776346b503
|
@ -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; ?>
|
||||
|
|
Loading…
Reference in New Issue