Merge pull request #910 from cisagov/ab/submitted-domain-shows-as-submitted

changed received to submitted
This commit is contained in:
Alysia Broddrick 2023-08-21 08:20:24 -07:00 committed by GitHub
commit 9fdfa6127a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@
{% if domainapplication.status == 'approved' %} Approved
{% elif domainapplication.status == 'in review' %} In Review
{% elif domainapplication.status == 'rejected' %} Rejected
{% elif domainapplication.status == 'submitted' %} Received
{% elif domainapplication.status == 'submitted' %} Submitted
{% else %}ERROR Please contact technical support/dev
{% endif %}
</p>