Update heading too

This commit is contained in:
Rebecca Hsieh 2024-05-31 14:57:22 -07:00
parent 418e3ad96c
commit 3a1968e67e
No known key found for this signature in database

View file

@ -410,7 +410,7 @@ class DomainRequestWizard(DomainRequestWizardPermissionView, TemplateView):
"visited": self.storage.get("step_history", []), "visited": self.storage.get("step_history", []),
"is_federal": self.domain_request.is_federal(), "is_federal": self.domain_request.is_federal(),
"modal_button": modal_button, "modal_button": modal_button,
"modal_heading": "You cant submit this request", "modal_heading": "Your request form is incomplete",
"modal_description": 'This request cannot be submitted yet.\ "modal_description": 'This request cannot be submitted yet.\
Return to the request and visit the steps that are marked as "incomplete."', Return to the request and visit the steps that are marked as "incomplete."',
"review_form_is_complete": False, "review_form_is_complete": False,