mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-18 10:29:23 +02:00
Update wording for incomplete modal
This commit is contained in:
parent
707e5a21ea
commit
418e3ad96c
1 changed files with 2 additions and 2 deletions
|
@ -411,8 +411,8 @@ class DomainRequestWizard(DomainRequestWizardPermissionView, TemplateView):
|
||||||
"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": "You can’t submit this request",
|
||||||
"modal_description": "You can’t submit this request because it’s incomplete.\
|
"modal_description": 'This request cannot be submitted yet.\
|
||||||
Click return to request and complete the sections that are missing information.",
|
Return to the request and visit the steps that are marked as "incomplete."',
|
||||||
"review_form_is_complete": False,
|
"review_form_is_complete": False,
|
||||||
"has_profile_feature_flag": has_profile_flag,
|
"has_profile_feature_flag": has_profile_flag,
|
||||||
"user": self.request.user,
|
"user": self.request.user,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue