mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +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
test/fixtures/notifications.yml
vendored
6
test/fixtures/notifications.yml
vendored
|
@ -1,15 +1,15 @@
|
|||
greeting:
|
||||
body: Welcome!
|
||||
text: Welcome!
|
||||
queued: true
|
||||
registrar: bestnames
|
||||
|
||||
domain_deleted:
|
||||
body: Your domain has been deleted
|
||||
text: Your domain has been deleted
|
||||
queued: true
|
||||
registrar: bestnames
|
||||
created_at: <%= Time.zone.parse('2010-07-05').to_s(:db) %>
|
||||
|
||||
farewell:
|
||||
body: Good bye!
|
||||
text: Good bye!
|
||||
queued: true
|
||||
registrar: goodnames
|
Loading…
Add table
Add a link
Reference in a new issue