mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 18:25:58 +02:00
Update heading too
This commit is contained in:
parent
418e3ad96c
commit
3a1968e67e
1 changed files with 1 additions and 1 deletions
|
@ -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 can’t 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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue