diff --git a/resources/js/components/FormPasswordField.vue b/resources/js/components/FormPasswordField.vue index 44f0f163..61c86941 100644 --- a/resources/js/components/FormPasswordField.vue +++ b/resources/js/components/FormPasswordField.vue @@ -13,10 +13,10 @@ v-on:change="$emit('field-changed', form[fieldName])" v-on:keyup="checkCapsLock" /> - + - + @@ -26,14 +26,14 @@
{{ $t("auth.forms.mandatory_rules") }}
- {{ $t('auth.forms.is_long_enough') }}
+ {{ $t('auth.forms.is_long_enough') }}
{{ $t("auth.forms.optional_rules_you_should_follow") }}
- {{ $t('auth.forms.has_lower_case') }}
- {{ $t('auth.forms.has_upper_case') }}
- {{ $t('auth.forms.has_special_char') }}
- {{ $t('auth.forms.has_number') }} + {{ $t('auth.forms.has_lower_case') }}
+ {{ $t('auth.forms.has_upper_case') }}
+ {{ $t('auth.forms.has_special_char') }}
+ {{ $t('auth.forms.has_number') }}