Skip to content
Snippets Groups Projects
Unverified Commit 41d2e224 authored by Roeland Jago Douma's avatar Roeland Jago Douma Committed by GitHub
Browse files

Merge pull request #19863 from nextcloud/bugfix/noid/no-tabs-in-translations

No tabs in translations
parents b6245be3 dfd6454e
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
@change="updateUsername"> @change="updateUsername">
<!--<?php p($_['user_autofocus'] ? 'autofocus' : ''); ?> <!--<?php p($_['user_autofocus'] ? 'autofocus' : ''); ?>
autocomplete="<?php p($_['login_form_autocomplete']); ?>" autocapitalize="none" autocorrect="off"--> 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> </p>
<div id="reset-password-wrapper"> <div id="reset-password-wrapper">
<input id="reset-password-submit" <input id="reset-password-submit"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment