diff --git a/src/client/app/common/views/components/signup.vue b/src/client/app/common/views/components/signup.vue
index 0a1d9427d9..6d83df4e65 100644
--- a/src/client/app/common/views/components/signup.vue
+++ b/src/client/app/common/views/components/signup.vue
@@ -10,13 +10,15 @@
{{ $t('username') }}
@
@{{ host }}
- {{ $t('checking') }}
- {{ $t('available') }}
- {{ $t('unavailable') }}
- {{ $t('error') }}
- {{ $t('invalid-format') }}
- {{ $t('too-short') }}
- {{ $t('too-long') }}
+
+ {{ $t('checking') }}
+ {{ $t('available') }}
+ {{ $t('unavailable') }}
+ {{ $t('error') }}
+ {{ $t('invalid-format') }}
+ {{ $t('too-short') }}
+ {{ $t('too-long') }}
+
{{ $t('password') }}