Skip to content

Commit

Permalink
fix(a11y): Update default description in Pay component (#2862)
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored Mar 7, 2024
1 parent da4c16b commit d307269
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions editor.planx.uk/src/@planx/components/Pay/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ function Component(props: any) {
description:
props.node?.data?.description ||
`<p>The planning fee covers the cost of processing your application.\
Find out more about how planning fees are calculated \
<a href="https://www.gov.uk/guidance/fees-for-planning-applications" target="_self">here</a>.</p>`,
<a href="https://www.gov.uk/guidance/fees-for-planning-applications" target="_self">Find out more about how planning fees are calculated</a> (opens in new tab).</p>`,
fn: props.node?.data?.fn,
instructionsTitle: props.node?.data?.instructionsTitle || "How to pay",
instructionsDescription:
Expand Down

0 comments on commit d307269

Please sign in to comment.