Updated private person message

This commit is contained in:
Priit Tark 2015-03-30 10:37:42 +03:00
parent 4949d958a1
commit 67b2bd83b8
2 changed files with 2 additions and 2 deletions

View file

@ -68,7 +68,7 @@ en:
domain_contacts:
invalid: 'Contacts are invalid'
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:
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}'

View file

@ -691,7 +691,7 @@ describe 'EPP Domain', epp: true do
})
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'
end
end