From b7d74654199648dd23613082ba01f7479a014f89 Mon Sep 17 00:00:00 2001 From: augustlindemer <118665588+augustlindemer@users.noreply.github.com> Date: Fri, 20 Dec 2024 14:40:27 +0000 Subject: [PATCH] chore: fix confirmation and invite to pay page default copy (#4101) --- .../components/Confirmation/Confirmation.stories.tsx | 7 +++---- .../src/@planx/components/Confirmation/Editor.tsx | 5 ++--- editor.planx.uk/src/pages/Pay/InviteToPay.tsx | 1 - 3 files changed, 5 insertions(+), 8 deletions(-) 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) {
  • 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
  • `, contactInfo: props.node?.data?.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.

    `, ...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 = ({ createdAt }) => {
  • if any additional information is required
  • to arrange a site visit, if required
  • -
  • to inform you whether a certificate has been granted or not