Skip to content

Commit

Permalink
chore: Update copy in Editor
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Apr 17, 2024
1 parent 5bf9d4f commit aff4d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor.planx.uk/src/@planx/components/Pay/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ const Component: React.FC<Props> = (props: Props) => {
</Link>{" "}
for more details.
</Typography>
<Typography variant="subtitle2" sx={{ mb: 2 }}>Any values beginning with @ will be dynamically read from the applicant's passport.</Typography>
<Typography variant="subtitle2" sx={{ mb: 2 }}>Any values beginning with @ will be dynamically read from data values set throughout the flow.</Typography>
<ErrorWrapper
error={
typeof errors.govPayMetadata === "string" &&
Expand Down

0 comments on commit aff4d67

Please sign in to comment.