-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix confirmation and invite to pay page default copy (#4101)
- Loading branch information
1 parent
7df5452
commit b7d7465
Showing
3 changed files
with
5 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,12 +42,11 @@ export const Basic = { | |
## You will be contacted | ||
- if there is anything missing from the information you have provided so far | ||
- if any additional information is required | ||
- to arrange a site visit, if required | ||
- to inform you whether a certificate has been granted or not`, | ||
- to arrange a site visit, if required`, | ||
contactInfo: ` | ||
You can contact us at <em>[email protected]</em> | ||
You can contact us at <em>ADD YOUR COUNCIL CONTACT</em> | ||
<br/><br/> | ||
What did you think of this service? Please give us your feedback using the link in the footer below. | ||
<p><strong>What did you think of this service? Please give us your feedback on the next page.</strong></p> | ||
`, | ||
data: [], | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,13 +71,12 @@ export default function ConfirmationEditor(props: Props) { | |
<li>if there is anything missing from the information you have provided so far</li> | ||
<li>if any additional information is required</li> | ||
<li>to arrange a site visit, if required</li> | ||
<li>to inform you whether a certificate has been granted or not</li> | ||
</ul>`, | ||
contactInfo: | ||
props.node?.data?.contactInfo || | ||
`You can contact us at <em>[email protected]</em> | ||
`You can contact us at <em>ADD YOUR COUNCIL CONTACT</em> | ||
<br/><br/> | ||
What did you think of this service? Please give us your feedback using the link in the footer below.`, | ||
<p><strong>What did you think of this service? Please give us your feedback on the next page.</strong></p>`, | ||
...parseNextSteps(props.node?.data), | ||
}, | ||
onSubmit: (values) => { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters