This commit is contained in:
Martin Lensment 2014-08-04 16:00:33 +03:00
parent 5bb212ba24
commit 3dca771bcb
4 changed files with 5 additions and 4 deletions

View file

@ -38,7 +38,7 @@ class Domain < ActiveRecord::Base
errors.add(:domain_contacts, {
obj: 'contact',
val: x[:contact],
msg: I18n.t('errors.messages.epp_contact_not_found')
msg: errors.generate_message(:domain_contacts, :not_found)
})
end
end