]> source.dussan.org Git - nextcloud-server.git/commitdiff
Use space instead of tab inside translation
authorJoas Schilling <coding@schilljs.com>
Tue, 14 Jul 2020 08:59:11 +0000 (10:59 +0200)
committerJoas Schilling <coding@schilljs.com>
Tue, 14 Jul 2020 13:30:58 +0000 (15:30 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
core/src/components/login/LoginForm.vue

index e37d577b5d52f5aea15a802107e3169b8fd0ffb9..113fe82191366285fccc3bfb6323995c83dff563 100644 (file)
@@ -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"