@@ -205,7 +205,7 @@
class="fi fi-br-check"
>
-
At least 8 characters long
+
{{ t('LoginEnterprise.AtLeast8Chars') }}
@@ -218,7 +218,7 @@
class="fi fi-br-check"
>
-
Must contain special characters
+
{{ t('LoginEnterprise.MustContainSpecial') }}
@@ -232,13 +232,13 @@
>
- Mix of uppercase, lowercase and numbers
+ {{ t('LoginEnterprise.MixUpperLowerNumbers') }}
(passwordConditionShow = true)"
@blur="() => (passwordConditionShow = false)"
@@ -250,7 +250,7 @@
class="forget_submit_button marign_top40"
@click="submitResetPassword()"
>
- Submit
+ {{ t('LoginEnterprise.Submit') }}