diff --git a/src/views/desktop/ForgetPasswordPage.vue b/src/views/desktop/ForgetPasswordPage.vue index 5bed1956..0a1d9b17 100644 --- a/src/views/desktop/ForgetPasswordPage.vue +++ b/src/views/desktop/ForgetPasswordPage.vue @@ -2,8 +2,8 @@
{{ $t('Please enter your email address used for registration and we\'ll send you an email with a reset password link') }}
+{{ tt('Please enter your email address used for registration and we\'ll send you an email with a reset password link') }}
{{ $t('Please enter your email address again, and input the new password.') }}
+{{ tt('Please re-enter your email address, and then enter a new password.') }}
{{ $t('Verifying...') }}
-{{ $t('Email address is verified') }}
+{{ tt('Verifying...') }}
+{{ tt('Email address is verified') }}
{{ errorMessage }}
-{{ $t('Parameter Invalid') }}
-{{ $t(hasValidEmailVerifyToken ? 'format.misc.accountActivationAndResendValidationEmailTip' : 'format.misc.resendValidationEmailTip', { email: email }) }}
+{{ tt('Parameter Invalid') }}
+{{ tt(hasValidEmailVerifyToken ? 'format.misc.accountActivationAndResendValidationEmailTip' : 'format.misc.resendValidationEmailTip', { email: email }) }}