Update wording for incomplete modal

This commit is contained in:
Rebecca Hsieh 2024-05-31 14:55:53 -07:00
parent 707e5a21ea
commit 418e3ad96c
No known key found for this signature in database

View file

@ -411,8 +411,8 @@ class DomainRequestWizard(DomainRequestWizardPermissionView, TemplateView):
"is_federal": self.domain_request.is_federal(),
"modal_button": modal_button,
"modal_heading": "You cant submit this request",
"modal_description": "You cant submit this request because its incomplete.\
Click return to request and complete the sections that are missing information.",
"modal_description": 'This request cannot be submitted yet.\
Return to the request and visit the steps that are marked as "incomplete."',
"review_form_is_complete": False,
"has_profile_feature_flag": has_profile_flag,
"user": self.request.user,