Fix translation

#694
This commit is contained in:
Artur Beljajev 2018-02-23 11:28:14 +02:00
parent eb61bb620f
commit 775b44d10d
2 changed files with 2 additions and 2 deletions

View file

@ -2,6 +2,6 @@ en:
messages: messages:
texts: texts:
domain_transfer: >- 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} It was associated with registrant %{old_registrant_code}
and contacts %{old_contacts_codes}. and contacts %{old_contacts_codes}.

View file

@ -18,7 +18,7 @@ class DomainTransferTest < ActiveSupport::TestCase
@domain_transfer.approve @domain_transfer.approve
end 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' \ ' It was associated with registrant john-001' \
' and contacts jane-001, william-001.' ' and contacts jane-001, william-001.'
id = @domain_transfer.id id = @domain_transfer.id