diff --git a/app/views/layouts/_course_base_info.html.erb b/app/views/layouts/_course_base_info.html.erb index 14e7d81ae..546b27421 100644 --- a/app/views/layouts/_course_base_info.html.erb +++ b/app/views/layouts/_course_base_info.html.erb @@ -37,7 +37,7 @@ <% if User.current.admin? || User.current.member_of_course?(@course) %> <%=@course.generate_invite_code %> <% else %> - 请咨询老师 + 请询问老师 <% end %>