Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-07-14 11:59:11 +0300
committerJoas Schilling <coding@schilljs.com>2020-07-14 16:30:58 +0300
commited3e03821bab0de471f659c399777217531a4323 (patch)
tree14ae11ba19697ddc09cc0cf092d8915addf568b9 /core
parent1b34862c2210a98a2bd836d00f5b9a4007516337 (diff)
Use space instead of tab inside translation
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core')
-rw-r--r--core/src/components/login/LoginForm.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/components/login/LoginForm.vue b/core/src/components/login/LoginForm.vue
index e37d577b5d5..113fe821913 100644
--- a/core/src/components/login/LoginForm.vue
+++ b/core/src/components/login/LoginForm.vue
@@ -65,7 +65,7 @@
:aria-label="t('core', 'Username or email')"
required
@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 class="groupbottom"