Change action needed reason from 'Already has domains' to 'Already has a domain'

This commit is contained in:
lizpearl 2024-11-27 14:56:16 -06:00
parent d11bffed01
commit efc4e71625
No known key found for this signature in database
GPG key ID: 29F55F4C8D404E14
3 changed files with 7 additions and 7 deletions

View file

@ -280,7 +280,7 @@ class DomainRequest(TimeStampedModel):
ELIGIBILITY_UNCLEAR = ("eligibility_unclear", "Unclear organization eligibility")
QUESTIONABLE_SENIOR_OFFICIAL = ("questionable_senior_official", "Questionable senior official")
ALREADY_HAS_DOMAINS = ("already_has_domains", "Already has domains")
ALREADY_HAS_A_DOMAIN = ("already_has_a_domain", "Already has a domain")
BAD_NAME = ("bad_name", "Doesnt meet naming requirements")
OTHER = ("other", "Other (no auto-email sent)")