课程修改通知时标题不正确的问题
This commit is contained in:
parent
50e1f41345
commit
a690fd79cf
|
@ -1,6 +1,6 @@
|
||||||
<%= error_messages_for @news %>
|
<%= error_messages_for @news %>
|
||||||
<div class="add_frame_header" >
|
<div class="add_frame_header" >
|
||||||
<% str = l(:bale_news_notice)%>
|
<% str = l(:bale_edit_notice)%>
|
||||||
<%= str %>
|
<%= str %>
|
||||||
</div>
|
</div>
|
||||||
<div class="box tabular">
|
<div class="box tabular">
|
||||||
|
|
|
@ -1782,6 +1782,7 @@ en:
|
||||||
label_no_file_uploaded: No file uploaded
|
label_no_file_uploaded: No file uploaded
|
||||||
label_forum_new: New forum
|
label_forum_new: New forum
|
||||||
label_memo_new_from_forum: Release memo
|
label_memo_new_from_forum: Release memo
|
||||||
|
bale_edit_notice: Edit
|
||||||
|
|
||||||
label_user_grade: Individual score
|
label_user_grade: Individual score
|
||||||
label_active_homework: homework
|
label_active_homework: homework
|
||||||
|
@ -1797,6 +1798,8 @@ en:
|
||||||
label_record: 湘ICP备09019772
|
label_record: 湘ICP备09019772
|
||||||
label_check_comment: Check comment
|
label_check_comment: Check comment
|
||||||
label_notification: Notification
|
label_notification: Notification
|
||||||
|
|
||||||
|
|
||||||
#end
|
#end
|
||||||
|
|
||||||
# ajax异步验证
|
# ajax异步验证
|
||||||
|
|
|
@ -707,6 +707,7 @@ zh:
|
||||||
label_news: 新闻
|
label_news: 新闻
|
||||||
label_news_new: 添加新闻
|
label_news_new: 添加新闻
|
||||||
bale_news_notice: 添加通知 #huang
|
bale_news_notice: 添加通知 #huang
|
||||||
|
bale_edit_notice: 修改通知
|
||||||
label_news_notice: 发布课程通知
|
label_news_notice: 发布课程通知
|
||||||
label_news_plural: 新闻
|
label_news_plural: 新闻
|
||||||
label_news_latest: 最近的新闻
|
label_news_latest: 最近的新闻
|
||||||
|
|
Loading…
Reference in New Issue