fix wrong i18n

This commit is contained in:
Fu Matthew 2013-01-09 17:13:25 +08:00
parent 5ab4bbd367
commit d0f474c2ab
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
<%= content_tag :div,:class => "tab-pane #{active_when_current_locale_eq locale}",:id=>"#{locale}" do%>
<div class="title">
<%= f.fields_for :title_translations do |f| %>
<%= f.text_field locale, :class=>"ad_image-title post-title", :placeholder => t('ad.chinese_1'), :value => (@ad_image.title_translations[locale] rescue nil) %>
<%= f.text_field locale, :class=>"ad_image-title post-title", :placeholder => t('ad.chinese_3'), :value => (@ad_image.title_translations[locale] rescue nil) %>
<% end %>
</div>
<br/>