diff --git a/packages/locales/src/langs/en-US/authentication.json b/packages/locales/src/langs/en-US/authentication.json index 5d87c58b5..06d069b36 100644 --- a/packages/locales/src/langs/en-US/authentication.json +++ b/packages/locales/src/langs/en-US/authentication.json @@ -32,7 +32,7 @@ "goToLogin": "Login instead", "passwordStrength": "Use 8 or more characters with a mix of letters, numbers & symbols", "forgetPassword": "Forget Password?", - "forgetPasswordSubtitle": "Enter your email and we'll send you instructions to reset your password", + "forgetPasswordSubtitle": "Enter your phone number, and we will send you a verification code to reset your password", "resetPasswordSuccess": "Reset password success", "emailTip": "Please enter email", "emailValidErrorTip": "The email format you entered is incorrect", @@ -66,5 +66,8 @@ "center": "Align Center", "alignLeft": "Align Left", "alignRight": "Align Right" - } + }, + "otherLoginMethods": "Or sign in with", + "contactSupport": "Need help?", + "support": "Contact Support" } diff --git a/packages/locales/src/langs/zh-CN/authentication.json b/packages/locales/src/langs/zh-CN/authentication.json index 6d27f6fe7..38b4f33d0 100644 --- a/packages/locales/src/langs/zh-CN/authentication.json +++ b/packages/locales/src/langs/zh-CN/authentication.json @@ -32,7 +32,7 @@ "goToLogin": "去登录", "passwordStrength": "使用 8 个或更多字符,混合字母、数字和符号", "forgetPassword": "忘记密码?", - "forgetPasswordSubtitle": "输入您的电子邮件,我们将向您发送重置密码的连接", + "forgetPasswordSubtitle": "输入您的手机号,我们将向您发送重置密码的验证码", "resetPasswordSuccess": "重置密码成功", "emailTip": "请输入邮箱", "emailValidErrorTip": "你输入的邮箱格式不正确", @@ -66,5 +66,8 @@ "center": "居中", "alignLeft": "居左", "alignRight": "居右" - } + }, + "otherLoginMethods": "或使用以下方式登录", + "contactSupport": "遇到问题?", + "support": "联系支持" }