mirror of
https://github.com/internetee/registry.git
synced 2025-07-19 17:25:57 +02:00
Improved parameter policy error
This commit is contained in:
parent
94a3b7beff
commit
2d5787a308
2 changed files with 3 additions and 3 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)
|
||||
msg: "#{I18n.t(:parameter_value_policy_error)}: postalInfo > org [org]"
|
||||
}
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue