From 775b44d10d1131673780ffa54734d630fbc8e3c3 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Fri, 23 Feb 2018 11:28:14 +0200 Subject: [PATCH] Fix translation #694 --- config/locales/messages.en.yml | 2 +- test/models/domain_transfer_test.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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