Skip to content

Commit e71ecbc

Browse files
author
Josh Sager
committed
Changed account notifications enum types
* migration_scheduled > scheduled_migration * migration_pending > pending_migration
1 parent 5f89845 commit e71ecbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/objects/notification.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ enums:
4949
important_ticket: There is a ticket open on your account that requires your attention.
5050
abuse_ticket: 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.
52-
pending_migration: There is a migration queued for one of your Linodes that you must initiate.
53-
scheduled_migration: There is a migration queued for one of your Linodes.
52+
migration_pending: There is a migration queued for one of your Linodes that you must initiate.
53+
migration_scheduled: There is a migration queued for one of your Linodes.
5454
outstanding_balance: 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.
5656
scheduled_reboot: There is a reboot queued for one of your Linodes.

0 commit comments

Comments
 (0)