added line

This commit is contained in:
asaki222 2024-10-07 15:04:00 -04:00
parent da3d7d1c54
commit 70caf535c2
No known key found for this signature in database
GPG key ID: 2C4F802060E06EA4

View file

@ -389,7 +389,8 @@ 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 are about to submit a domain request \n for " "modal_heading": "You are about to submit a domain request \
for "
+ str(self.domain_request.requested_domain), + str(self.domain_request.requested_domain),
"modal_description": "Once you submit this request, you wont be able to edit it until we review it.\ "modal_description": "Once you submit this request, you wont be able to edit it until we review it.\
Youll only be able to withdraw your request.", Youll only be able to withdraw your request.",