Change to sentence case

This commit is contained in:
zandercymatics 2023-12-01 14:17:30 -07:00
parent 1aceeaf624
commit 88fb945573
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
6 changed files with 6 additions and 6 deletions

View file

@ -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"