small translations fix

This commit is contained in:
Harry Bomrah 2016-02-15 18:25:49 +08:00
parent 5a3f50bc77
commit 57f8c97a51
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class Patent
fields_to_remove << t if (datas.where(t.to_sym.ne => nil).count == 0 rescue false)
end
pd_title << {
"plugin_data_title" => I18n.t("personal_project.#{t}")
"plugin_data_title" => I18n.t("personal_patent.#{t}")
} if !fields_to_remove.include?(t)
end