diff --git a/components/case/representation/representationQuestionnaires/representationLPAQuestionnaire_enforcement.js b/components/case/representation/representationQuestionnaires/representationLPAQuestionnaire_enforcement.js
index aa6155f8..6eab993f 100644
--- a/components/case/representation/representationQuestionnaires/representationLPAQuestionnaire_enforcement.js
+++ b/components/case/representation/representationQuestionnaires/representationLPAQuestionnaire_enforcement.js
@@ -97,6 +97,11 @@ let Enforcement_Questionnaire = (props) => {
Enforcement Questionnaire
+
+
+ {t("myrepresentations:questionnaire-hint-para")}
+
+
{t("myrepresentations:enf-section-heading-one")}{" "}
diff --git a/components/case/representation/representationQuestionnaires/representationLPAQuestionnaire_s78.js b/components/case/representation/representationQuestionnaires/representationLPAQuestionnaire_s78.js
index c60b81f8..3eaf275d 100644
--- a/components/case/representation/representationQuestionnaires/representationLPAQuestionnaire_s78.js
+++ b/components/case/representation/representationQuestionnaires/representationLPAQuestionnaire_s78.js
@@ -115,9 +115,14 @@ let S78_Questionnaire = (props) => {
className="govuk-fieldset"
aria-describedby="commentBox-hint"
>
+
+ {t("myrepresentations:questionnaire-hint-para")}
+
+
{t("myrepresentations:s78-section-heading-one")}{" "}
+
1. {t("myrepresentations:s78-section-question-1")}:{" "}
diff --git a/locales/cy/myrepresentations.json b/locales/cy/myrepresentations.json
index 75cf766a..5a6e4fd8 100644
--- a/locales/cy/myrepresentations.json
+++ b/locales/cy/myrepresentations.json
@@ -228,5 +228,6 @@
"previously-added-files": "Ffeiliau wedi'u llwytho i fyny",
"is-required-label": "Yn ofynnol",
"select-a-date-label": "Dewiswch ddyddiad",
- "questionnaire-evidence-label": "Tystiolaeth"
+ "questionnaire-evidence-label": "Tystiolaeth",
+ "questionnaire-hint-para": "Cwblhewch yr Holiadur sy'n dilyn. Os oes angen atodi dogfennau mewn ymateb i unrhyw gwestiynau, gallwch eu huwchlwytho yn y cam 'Ychwanegu ffeiliau'."
}
\ No newline at end of file
diff --git a/locales/en/myrepresentations.json b/locales/en/myrepresentations.json
index 4d58fa7b..dad58c6c 100644
--- a/locales/en/myrepresentations.json
+++ b/locales/en/myrepresentations.json
@@ -228,5 +228,6 @@
"previously-added-files": "Uploaded files",
"is-required-label": "Is required",
"select-a-date-label": "Select a date",
- "questionnaire-evidence-label": "Evidence"
+ "questionnaire-evidence-label": "Evidence",
+ "questionnaire-hint-para": "Please complete the follwoing Questionnaire. If you need to attach documents in response to any questions, you can upload them in the 'Add you files' step."
}
\ No newline at end of file