mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 13:15:40 +02:00
parent
2d78688d3f
commit
eb61bb620f
2 changed files with 6 additions and 6 deletions
|
@ -2,6 +2,6 @@ en:
|
|||
messages:
|
||||
texts:
|
||||
domain_transfer: >-
|
||||
Domain transfer of %{domain_name} has been approved.
|
||||
Old contacts: %{old_contacts_codes};
|
||||
old registrant: %{old_registrant_code}
|
||||
Transfer of domain domain_name_here has been approved.
|
||||
It was associated with registrant %{old_registrant_code}
|
||||
and contacts %{old_contacts_codes}.
|
||||
|
|
|
@ -18,9 +18,9 @@ class DomainTransferTest < ActiveSupport::TestCase
|
|||
@domain_transfer.approve
|
||||
end
|
||||
|
||||
body = 'Domain transfer of shop.test has been approved.' \
|
||||
' Old contacts: jane-001, william-001' \
|
||||
'; old registrant: john-001'
|
||||
body = 'Transfer of domain domain_name_here has been approved.' \
|
||||
' It was associated with registrant john-001' \
|
||||
' and contacts jane-001, william-001.'
|
||||
id = @domain_transfer.id
|
||||
class_name = @domain_transfer.class.name
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue