diff --git a/editor.planx.uk/src/@planx/components/Confirmation/Confirmation.stories.tsx b/editor.planx.uk/src/@planx/components/Confirmation/Confirmation.stories.tsx
index 4cd47a1676..327a847b77 100644
--- a/editor.planx.uk/src/@planx/components/Confirmation/Confirmation.stories.tsx
+++ b/editor.planx.uk/src/@planx/components/Confirmation/Confirmation.stories.tsx
@@ -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 planning@lambeth.gov.uk
+ You can contact us at ADD YOUR COUNCIL CONTACT
- What did you think of this service? Please give us your feedback using the link in the footer below.
+
What did you think of this service? Please give us your feedback on the next page.
`, data: [], }, diff --git a/editor.planx.uk/src/@planx/components/Confirmation/Editor.tsx b/editor.planx.uk/src/@planx/components/Confirmation/Editor.tsx index 2e64a68f6f..77313f210f 100644 --- a/editor.planx.uk/src/@planx/components/Confirmation/Editor.tsx +++ b/editor.planx.uk/src/@planx/components/Confirmation/Editor.tsx @@ -71,13 +71,12 @@ export default function ConfirmationEditor(props: Props) {What did you think of this service? Please give us your feedback on the next page.
`, ...parseNextSteps(props.node?.data), }, onSubmit: (values) => { diff --git a/editor.planx.uk/src/pages/Pay/InviteToPay.tsx b/editor.planx.uk/src/pages/Pay/InviteToPay.tsx index ec9d1a52c5..ea7e7c0cd5 100644 --- a/editor.planx.uk/src/pages/Pay/InviteToPay.tsx +++ b/editor.planx.uk/src/pages/Pay/InviteToPay.tsx @@ -59,7 +59,6 @@ const InviteToPay: React.FC