修改BUG:登录账号邮箱格式错误无提示

This commit is contained in:
2025-11-06 10:53:34 +08:00
parent baa6f284bd
commit cc12a08472
5 changed files with 23 additions and 17 deletions

View File

@@ -38,6 +38,7 @@
<string name="login_confirm_password_label">Confirm password</string>
<string name="agree_terms_of_service">Yes, I have read and agree to RaveNows Privacy Policy.</string>
<string name="agree_promotion">Yes, I want to be added to the Rave Now mailing list.</string>
<string name="text_error_email_format_1">Email format error</string>
<string name="text_error_email_format">Invalid email</string>
<string name="text_error_password_format">At least 6 characters and contain letters, and numbers.</string>
<string name="text_error_confirm_password_mismatch">Please ensure that the passwords entered twice are consistent.</string>