diff --git a/app/views/bids/_bid_homework_show.html.erb b/app/views/bids/_bid_homework_show.html.erb
index 1009f405f..6b3f91587 100644
--- a/app/views/bids/_bid_homework_show.html.erb
+++ b/app/views/bids/_bid_homework_show.html.erb
@@ -172,9 +172,9 @@
- <%= l(:label_create_time) %>
+ <%= l(:label_end_time) %>
:
- <%=format_time bid.created_on %>
+ <%= bid.deadline %>
<% if betweentime(bid.deadline) < 0 %>
diff --git a/config/locales/zh.yml b/config/locales/zh.yml
index 82caa1a96..94e8cf31e 100644
--- a/config/locales/zh.yml
+++ b/config/locales/zh.yml
@@ -2081,4 +2081,5 @@ zh:
label_recently_updated_message: 最近更新了留言
label_recently_updated_courseware: 最近更新了课件
label_no_courses: 您没有参与任何课程,请搜索课程、加入课程,或者创建课程吧!
+ label_end_time: 截止时间
|