Skip to content

Commit

Permalink
alter copy of feedback comp
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Sep 6, 2024
1 parent 36a3a1b commit 75d6485
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions editor.planx.uk/src/components/Feedback/FeedbackForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ const FeedbackForm: React.FC<FormProps> = ({ inputs, handleSubmit }) => {
<Formik initialValues={initialValues} onSubmit={handleSubmit}>
<StyledForm>
<FeedbackDisclaimer>
Do not share personal or financial information in your feedback. If
you do we’ll act according to our{" "}
Don't share any personal or financial information in your feedback. If
you do we will act according to our{" "}
<Link
href="https://www.planx.uk/privacy"
target="_blank"
Expand All @@ -67,10 +67,9 @@ const FeedbackForm: React.FC<FormProps> = ({ inputs, handleSubmit }) => {
</FeedbackDisclaimer>
<FormInputs inputs={inputs} />
<FeedbackDisclaimer>
This information is not monitored frequently by planning officers, do
not use it to provide extra information or queries with regard to your
application or project. Any information of this nature will be
disregarded.
The information collected here isn't monitored by planning officers.
Don't use it to give extra information about your project or
submission. If you do, it cannot be used to assess your project.
</FeedbackDisclaimer>
<Button
type="submit"
Expand Down

0 comments on commit 75d6485

Please sign in to comment.