修改邮箱匹配错误后提示语
This commit is contained in:
parent
9e297609fd
commit
1e1ee9a248
|
@ -12,7 +12,7 @@
|
|||
}
|
||||
else
|
||||
{
|
||||
$("#valid_email").html("您所填写的邮件格式不正确");
|
||||
$("#valid_email").html("您输入的邮箱格式不正确!");
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
|
@ -195,7 +195,7 @@ zh:
|
|||
label_invite_join: 邀请加入
|
||||
label_invite_email_tips: 输入好友邮箱地址,Trustie会自动为该邮箱注册用户!
|
||||
notice_registed_success: 您输入的邮箱为空或者该邮箱已被注册!
|
||||
label_email_format_error: 您所填写的电子邮件格式不正确
|
||||
label_email_format_error: 您输入的邮箱格式不正确!
|
||||
label_user_role_null: 用户和角色不能留空!
|
||||
label_send_email: 免费发送
|
||||
label_input_email: 请输入邮箱地址
|
||||
|
|
Loading…
Reference in New Issue