mirror of
https://github.com/google/nomulus
synced 2026-09-12 02:56:26 +00:00
Change reserved messages for domains w/ required allocation token (#455)
* Change reserved messages for domains w/ required allocation token In domain check reasons for unavailable domains, we were previously saying that domains were "Reserved" regardless of whether the domain was fully blocked or reserved for an anchor tenant or other specific use (e.g. the .new Limited Release Program). This commit changes the message for the latter situations to be "Allocation token required", so that registrars have a hint that domain will show as available if the correct allocation token is supplied to the domain check command using the allocation token extension.
This commit is contained in:
@@ -38,10 +38,10 @@ public enum ReservationType {
|
||||
ALLOWED_IN_SUNRISE("Reserved", 0),
|
||||
|
||||
/** The domain can only be registered by providing a specific token. */
|
||||
RESERVED_FOR_SPECIFIC_USE("Reserved", 1),
|
||||
RESERVED_FOR_SPECIFIC_USE("Allocation token required", 1),
|
||||
|
||||
/** The domain is for an anchor tenant and can only be registered using a specific token. */
|
||||
RESERVED_FOR_ANCHOR_TENANT("Reserved", 2),
|
||||
RESERVED_FOR_ANCHOR_TENANT("Allocation token required", 2),
|
||||
|
||||
/**
|
||||
* The domain can only be registered during sunrise for defensive purposes, and will never
|
||||
|
||||
Reference in New Issue
Block a user