修改文字说明

This commit is contained in:
yanxd 2014-03-18 08:35:30 +08:00
parent e0c87996bf
commit e1ddb3b0f6
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ $("#<%=object_id%>").replaceWith('<%= escape_javascript join_in_course_for_list(
<% elsif @state == 1 %>
alert("密码错误")
<% elsif @state == 2 %>
alert("课程已过期")
alert("课程已过期\n请联系课程管理员重启课程。(在配置课程处)")
<% else %>
alert("未知错误,请稍后再试")
<% end %>