mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 02:05:57 +02:00
Updated private person message
This commit is contained in:
parent
4949d958a1
commit
67b2bd83b8
2 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ en:
|
||||||
domain_contacts:
|
domain_contacts:
|
||||||
invalid: 'Contacts are invalid'
|
invalid: 'Contacts are invalid'
|
||||||
not_found: 'Contact was not found'
|
not_found: 'Contact was not found'
|
||||||
admin_contact_can_be_only_private_person: 'Admin contact can be only private person'
|
admin_contact_can_be_only_private_person: 'Admin contact can be private person only'
|
||||||
admin_contacts:
|
admin_contacts:
|
||||||
out_of_range: 'Admin contacts count must be between %{min}-%{max}'
|
out_of_range: 'Admin contacts count must be between %{min}-%{max}'
|
||||||
less_than_or_equal_to: 'Admin contacts count must be less than or equal to %{count}'
|
less_than_or_equal_to: 'Admin contacts count must be less than or equal to %{count}'
|
||||||
|
|
|
@ -691,7 +691,7 @@ describe 'EPP Domain', epp: true do
|
||||||
})
|
})
|
||||||
|
|
||||||
response = epp_plain_request(xml, :xml)
|
response = epp_plain_request(xml, :xml)
|
||||||
response[:msg].should == 'Admin contact can be only private person'
|
response[:msg].should == 'Admin contact can be private person only'
|
||||||
response[:result_code].should == '2306'
|
response[:result_code].should == '2306'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue