mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
No tabs in translations
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
5a8c7854d6
commit
dfd6454e6f
3 changed files with 4 additions and 4 deletions
4
core/js/dist/login.js
vendored
4
core/js/dist/login.js
vendored
File diff suppressed because one or more lines are too long
2
core/js/dist/login.js.map
vendored
2
core/js/dist/login.js.map
vendored
File diff suppressed because one or more lines are too long
|
|
@ -32,7 +32,7 @@
|
|||
@change="updateUsername">
|
||||
<!--<?php p($_['user_autofocus'] ? 'autofocus' : ''); ?>
|
||||
autocomplete="<?php p($_['login_form_autocomplete']); ?>" autocapitalize="none" autocorrect="off"-->
|
||||
<label for="user" class="infield">{{ t('core', 'Username or email') }}</label>
|
||||
<label for="user" class="infield">{{ t('core', 'Username or email') }}</label>
|
||||
</p>
|
||||
<div id="reset-password-wrapper">
|
||||
<input id="reset-password-submit"
|
||||
|
|
|
|||
Loading…
Reference in a new issue