Skip to content

Commit bbca173

Browse files
author
Josh Sager
committed
Addressed PR feedback
1 parent e71ecbc commit bbca173

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/data/objects/notification.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ schema:
4646
value: null
4747
enums:
4848
NotificatonType:
49-
important_ticket: There is a ticket open on your account that requires your attention.
50-
abuse_ticket: There is an abuse-related ticket on your account that requires your attention.
49+
ticket_important: There is a ticket open on your account that requires your attention.
50+
ticket_abuse: There is an abuse-related ticket on your account that requires your attention.
5151
outage: There is a known outage impacting one or more of your services.
5252
migration_pending: There is a migration queued for one of your Linodes that you must initiate.
5353
migration_scheduled: There is a migration queued for one of your Linodes.
54-
outstanding_balance: You have a balance on your account that must be paid.
54+
balance_outstanding: You have a balance on your account that must be paid.
5555
xsa: You have a Linode impacted by a Xen Security Advisory which will require migration.
56-
scheduled_reboot: There is a reboot queued for one of your Linodes.
56+
reboot_scheduled: There is a reboot queued for one of your Linodes.

0 commit comments

Comments
 (0)