mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 05:34:46 +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
|
@ -6,7 +6,7 @@ module Admin
|
|||
|
||||
domain.transaction do
|
||||
domain.schedule_force_delete
|
||||
domain.registrar.notifications.create!(body: t('force_delete_set_on_domain',
|
||||
domain.registrar.notifications.create!(text: t('force_delete_set_on_domain',
|
||||
domain_name: domain.name))
|
||||
|
||||
if notify_by_email?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue