welsh versions of questionnaire

This commit is contained in:
2023-10-31 14:12:12 +00:00
parent 2cbd2d731c
commit 1477ed74e4
34 changed files with 3524 additions and 1532 deletions
@@ -1002,16 +1002,14 @@ export function FileUploadField(props) {
}
export const RepresentationGuidanceText = (appealType) => {
let { t } = useTranslation();
console.log(appealType);
switch (appealType) {
case "846040004": //has/cas
return (
<p className="govuk-hint govuk-!-font-size-14 govuk-!-margin-top-5">
Please note that all questionnaire documents may be
published in line with our Publishing Policy. Should your
questionnaire include any sensitive information or
potentially defamatory information, it may be redacted
before publishing.{" "}
{t("myrepresentations:questionnaire-publish-policy-label")}{" "}
<a href="https://gov.wales/planning-and-environment-decisions-wales-publishing-policy-html">
https://gov.wales/planning-and-environment-decisions-wales-publishing-policy-html
</a>
@@ -1021,13 +1019,7 @@ export const RepresentationGuidanceText = (appealType) => {
default:
return (
<p className="govuk-hint govuk-!-font-size-14 govuk-!-margin-top-5">
Please note that all representations may be published in
line with our Publishing Policy. Should your representation
include any sensitive information or potentially defamatory
information, it may be redacted before publishing. If it
contains racist, libellous or offensive content it will be
returned to you and you will be asked to provide an amended
version.{" "}
{t("myrepresentations:publish-policy-label")}{" "}
<a href="https://gov.wales/planning-and-environment-decisions-wales-publishing-policy-html">
https://gov.wales/planning-and-environment-decisions-wales-publishing-policy-html
</a>