Skip to content

Commit

Permalink
chore: update feedback copy (#2803)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Heneghan authored Feb 16, 2024
1 parent ff55003 commit 9686dc6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
7 changes: 3 additions & 4 deletions editor.planx.uk/src/components/Feedback/MoreInfoFeedback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,12 @@ const MoreInfoFeedbackComponent: React.FC = () => {
<MoreInfoFeedback>
<Container maxWidth={false}>
<Typography variant="h4" component="h3" gutterBottom>
Thank you for sharing feedback
Thank you for your feedback.
</Typography>
<FeedbackBody>
<Typography variant="body2">
Your input on the helpfulness of the provided assistance is
crucial for us to refine and improve. We appreciate your time in
helping us enhance our services.
We value the time you’ve taken to share. We’ll use your insights
to improve our services.
</Typography>
</FeedbackBody>
</Container>
Expand Down
6 changes: 3 additions & 3 deletions editor.planx.uk/src/components/Feedback/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -355,11 +355,11 @@ const Feedback: React.FC = () => {
<FeedbackWrapper>
<Container maxWidth="contentWrap">
<FeedbackRow>
<TitleAndCloseFeedbackHeader title="Thank you for sharing feedback" />
<TitleAndCloseFeedbackHeader title="Thank you for your feedback." />
<FeedbackBody>
<Typography variant="body1">
Your insights are invaluable and help us improve our services.
We appreciate your time and input.
We value the time you’ve taken to share. We’ll use your insights
to improve our services.
</Typography>
</FeedbackBody>
</FeedbackRow>
Expand Down
5 changes: 2 additions & 3 deletions editor.planx.uk/src/ui/public/FeedbackDisclaimer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ export default function FeedbackDisclaimer(): FCReturn {
return (
<Box>
<Typography variant="body2">
Please do not include any personal or financial information in your
feedback. If you choose to do so we will process your personal data
according to our{" "}
Do not share personal or financial information in your feedback. If you
do we’ll act according to our{" "}
<Link
href="https://www.planx.uk/privacy"
target="_blank"
Expand Down

0 comments on commit 9686dc6

Please sign in to comment.