课程动态中的创建问卷显示成了发布问卷

This commit is contained in:
cxt 2015-07-30 11:13:04 +08:00
parent 6cb3d19584
commit dfa06ab069
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@ module UsersHelper
when "Message"
return ( activity.act.parent_id == nil || activity.act.parent_id == '' ) ? '发布了帖子' : '回复了帖子'
when "Poll"
return '发布了问卷'
return '创建了问卷'
else
return '有了新动态'
end