mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-19 07:54:16 +02:00
fixed formatted
This commit is contained in:
parent
9fed794521
commit
e068279108
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,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 are about to submit a domain request 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 won’t be able to edit it until we review it.\
|
"modal_description": "Once you submit this request, you won’t be able to edit it until we review it.\
|
||||||
You’ll only be able to withdraw your request.",
|
You’ll only be able to withdraw your request.",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue