Skip to content

Commit

Permalink
chore: fix confirmation and invite to pay page default copy (#4101)
Browse files Browse the repository at this point in the history
  • Loading branch information
augustlindemer authored Dec 20, 2024
1 parent 7df5452 commit b7d7465
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>planning@lambeth.gov.uk</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: [],
},
Expand Down
5 changes: 2 additions & 3 deletions editor.planx.uk/src/@planx/components/Confirmation/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>planning@lambeth.gov.uk</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) => {
Expand Down
1 change: 0 additions & 1 deletion editor.planx.uk/src/pages/Pay/InviteToPay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ const InviteToPay: React.FC<PaymentRequest> = ({ createdAt }) => {
</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>
</List>
<Divider sx={{ mt: 4 }} />
<Typography variant="h2" mt={4}>
Expand Down

0 comments on commit b7d7465

Please sign in to comment.