small translations fix
This commit is contained in:
parent
5a3f50bc77
commit
57f8c97a51
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue