diff --git a/config/locales/messages.en.yml b/config/locales/messages.en.yml index 5b93f402a..0c85bb49c 100644 --- a/config/locales/messages.en.yml +++ b/config/locales/messages.en.yml @@ -2,6 +2,6 @@ en: messages: texts: domain_transfer: >- - Transfer of domain domain_name_here has been approved. + Transfer of domain %{domain_name} has been approved. It was associated with registrant %{old_registrant_code} and contacts %{old_contacts_codes}. diff --git a/test/models/domain_transfer_test.rb b/test/models/domain_transfer_test.rb index 728f59bdc..7f11caf80 100644 --- a/test/models/domain_transfer_test.rb +++ b/test/models/domain_transfer_test.rb @@ -18,7 +18,7 @@ class DomainTransferTest < ActiveSupport::TestCase @domain_transfer.approve end - body = 'Transfer of domain domain_name_here has been approved.' \ + body = 'Transfer of domain shop.test has been approved.' \ ' It was associated with registrant john-001' \ ' and contacts jane-001, william-001.' id = @domain_transfer.id