From dfa06ab069323c27a02f993654b7a2f16e015881 Mon Sep 17 00:00:00 2001 From: cxt Date: Thu, 30 Jul 2015 11:13:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E5=8A=A8=E6=80=81=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E5=88=9B=E5=BB=BA=E9=97=AE=E5=8D=B7=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=88=90=E4=BA=86=E5=8F=91=E5=B8=83=E9=97=AE=E5=8D=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/helpers/users_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/users_helper.rb b/app/helpers/users_helper.rb index 8a49f8e2d..f68ae7f34 100644 --- a/app/helpers/users_helper.rb +++ b/app/helpers/users_helper.rb @@ -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