mirror of
https://github.com/internetee/registry.git
synced 2025-05-28 16:39:55 +02:00
Updated contact org error
This commit is contained in:
parent
2d5787a308
commit
6ae1851868
3 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue