mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Rename notifications.body
to text
This commit is contained in:
parent
8765baf319
commit
dfff6f6d12
16 changed files with 30 additions and 22 deletions
|
@ -74,7 +74,7 @@ class DomainTransfer < ActiveRecord::Base
|
|||
old_registrant_code = domain.registrant.code
|
||||
|
||||
old_registrar.notifications.create!(
|
||||
body: I18n.t('notifications.texts.domain_transfer',
|
||||
text: I18n.t('notifications.texts.domain_transfer',
|
||||
domain_name: domain.name,
|
||||
old_contacts_codes: old_contacts_codes,
|
||||
old_registrant_code: old_registrant_code),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue