From 8a429ec669b03a8ecafa597b31f694394b759f9a Mon Sep 17 00:00:00 2001 From: wanglinchun Date: Mon, 21 Apr 2014 19:37:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=8F=90=E7=A4=BA=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/welcome/contest.html.erb | 2 +- config/locales/zh.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/views/welcome/contest.html.erb b/app/views/welcome/contest.html.erb index b91e05cc7..f283bd759 100644 --- a/app/views/welcome/contest.html.erb +++ b/app/views/welcome/contest.html.erb @@ -224,7 +224,7 @@ <% else %> -

<%= l(:label_no_bid_project) %>

+

<%= l(:label_no_ftapplication) %>

<% end %> diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 4bcb23731..079ad450d 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -1854,6 +1854,7 @@ zh: label_tags_contest_description: 竞赛描述 label_release_add_contest_succeed: 该应用发布并添加成功. label_add_contest_succeed_fail: 添加失败,该应用已参赛. + label_no_ftapplication: 暂无应用 - + \ No newline at end of file