修改邮件邀请提示信息!

This commit is contained in:
huang 2015-03-20 16:17:48 +08:00
parent ec8b7e4128
commit 72d41fd07a
1 changed files with 67 additions and 67 deletions

View File

@ -12,7 +12,7 @@
}
else
{
$("#valid_email").html("您所填写的电子邮件格式不正确");
$("#valid_email").html("您所填写的邮件格式不正确");
}
return false;
}