mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-29 12:33:17 +02:00
Change to sentence case
This commit is contained in:
parent
1aceeaf624
commit
88fb945573
6 changed files with 6 additions and 6 deletions
|
@ -4,7 +4,7 @@ from .utility.time_stamped_model import TimeStampedModel
|
|||
|
||||
class StatusChoices(models.TextChoices):
|
||||
READY = "ready", "Ready"
|
||||
ON_HOLD = "on hold", "On Hold"
|
||||
ON_HOLD = "on hold", "On hold"
|
||||
UNKNOWN = "unknown", "Unknown"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue