diff --git a/components/case/representation/representationCompleteSubmit.js b/components/case/representation/representationCompleteSubmit.js index 0a6f4a89..3497f1ba 100644 --- a/components/case/representation/representationCompleteSubmit.js +++ b/components/case/representation/representationCompleteSubmit.js @@ -7,7 +7,7 @@ import { connect } from "react-redux"; import RepComplete from "./representationComplete"; import RepLPAQuestionnaireCheck_enforcement from "./representationQuestionnairesCheck/representationLPAQuestionnaireCheck_enforcement"; import RepLPAQuestionnaireCheck_s78 from "./representationQuestionnairesCheck/representationLPAQuestionnaireCheck_s78"; - +import Link from "next/link"; import { bytesToSize, getThumbnailIconByExtension } from "../../utils"; const RepCompleteSubmit = (props) => { @@ -438,7 +438,13 @@ const RepCompleteSubmit = (props) => {

{t( "myrepresentations:rep-check-tandc-para-two" - )} + )}{" "} + + {t( + "common:footer-privacy-notice-link-label" + )} + + .

diff --git a/locales/cy/common.json b/locales/cy/common.json index 62e76ef7..5448a326 100644 --- a/locales/cy/common.json +++ b/locales/cy/common.json @@ -23,6 +23,7 @@ "footer-terms-conditions-link-label": "Telerau ac amodau", "footer-terms-conditions-link": "https://llyw.cymru/gwaith-achos-cynllunio-telerau-ac-amodau", "footer-privacy-link-label": "Preifatrwydd", + "footer-privacy-notice-link-label": "hysbysiad preifatrwydd", "footer-privacy-link": "https://llyw.cymru/gwaith-achos-cynllunio-hysbysiad-preifatrwydd", "footer-cookies-link": "Cwcis", "footer-accessibility-link-label": "Hygyrchedd", diff --git a/locales/cy/myrepresentations.json b/locales/cy/myrepresentations.json index df333e7e..e5352400 100644 --- a/locales/cy/myrepresentations.json +++ b/locales/cy/myrepresentations.json @@ -31,7 +31,7 @@ "rep-check-submit-heading": "Gwiriwch eich sylwadau", "rep-check-your-rep-heading": "Eich sylwadau", "rep-check-tandc-para-one": "Mae'r data personol a ddarparwyd gennych ar y ffurflen hon yn cael ei chasglu a'i phrosesu yn unol â thelerau ein cofrestriad o dan Ddeddf Diogelu Data 2018.", - "rep-check-tandc-para-two": "Mae’r Arolygiaeth Gynllunio yn ystyried ei chyfrifoldebau diogelu data mewn perthynas â'r wybodaeth a roddwch i ni o ddifrif. I gael gwybod mwy am sut rydym yn defnyddio ac yn rheoli eich data personol, ewch i'n hysbysiad preifatrwydd.", + "rep-check-tandc-para-two": "Mae Penderfyniadau Cynllunio ac Amgylchedd Cymru yn cymryd ei chyfrifoldebau diogelu data ar gyfer y wybodaeth a roddwch i ni o ddifrif. I ddarganfod mwy am sut rydym yn defnyddio ac yn rheoli eich data personol, ewch i i’n hysbysiad preifatrwydd.", "rep-check-tandc-para-three": "Cadarnhaf fod pob adran o’r ffurflen hon wedi’u llenwi’n llawn a bod y manylion yn gywir hyd eithaf fy ngwybodaeth.", "rep-check-tandc-para-four": "Cadarnhaf fy mod wedi darllen yr uchod.", "rep-complete-heading": "Cyflwyno Sylwadau", diff --git a/locales/en/common.json b/locales/en/common.json index e0c77271..7fe9c3dc 100644 --- a/locales/en/common.json +++ b/locales/en/common.json @@ -23,6 +23,7 @@ "footer-terms-conditions-link-label": "Terms and conditions", "footer-terms-conditions-link": "https://gov.wales/planning-casework-terms-and-conditions", "footer-privacy-link-label": "Privacy", + "footer-privacy-notice-link-label": "privacy notice", "footer-privacy-link": "https://gov.wales/planning-casework-privacy-notice", "footer-cookies-link": "Cookies", "footer-accessibility-link-label": "Accessibility", diff --git a/locales/en/myrepresentations.json b/locales/en/myrepresentations.json index 3bdf65e6..aff584a1 100644 --- a/locales/en/myrepresentations.json +++ b/locales/en/myrepresentations.json @@ -31,7 +31,7 @@ "rep-check-submit-heading": "Check your representation", "rep-check-your-rep-heading": "Your representation", "rep-check-tandc-para-one": "The gathering and subsequent processing of the personal data supplied by you in this form, is in accordance with the terms of our registration under the Data Protection Act 2018.", - "rep-check-tandc-para-two": "The Planning Inspectorate takes its data protection responsibilities for the information you provide us with very seriously. To find out more about how we use and manage your personal data, please go to our privacy notice.", + "rep-check-tandc-para-two": "The Planning and Environment Decisions Wales takes its data protection responsibilities for the information you provide us with very seriously. To find out more about how we use and manage your personal data, please go to our", "rep-check-tandc-para-three": "I confirm that all sections of this form have been fully completed and that the details are correct to the best of my knowledge.", "rep-check-tandc-para-four": "I confirm I have read the above.", "rep-complete-heading": "Submission of Representation",