Updated contact org error

This commit is contained in:
Priit Tark 2015-03-10 11:18:16 +02:00
parent 2d5787a308
commit 6ae1851868
3 changed files with 6 additions and 4 deletions

View file

@ -128,7 +128,7 @@ class Epp::ContactsController < EppController
return true if params[:parsed_frame].css('postalInfo org').text.blank?
epp_errors << {
code: '2306',
msg: "#{I18n.t(:parameter_value_policy_error)}: postalInfo > org [org]"
msg: "#{I18n.t(:contact_org_error)}: postalInfo > org [org]"
}
end
end