Use space instead of tab inside translation
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
1b34862c22
commit
ed3e03821b
|
@ -65,7 +65,7 @@
|
||||||
:aria-label="t('core', 'Username or email')"
|
:aria-label="t('core', 'Username or email')"
|
||||||
required
|
required
|
||||||
@change="updateUsername">
|
@change="updateUsername">
|
||||||
<label for="user" class="infield">{{ t('core', 'Username or email') }}</label>
|
<label for="user" class="infield">{{ t('core', 'Username or email') }}</label>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="groupbottom"
|
<p class="groupbottom"
|
||||||
|
|
Loading…
Reference in New Issue