From 6ba1e16f9afed01f0d09b36d2e29afef19b06801 Mon Sep 17 00:00:00 2001 From: Robert Bond Date: Tue, 18 Aug 2026 15:17:25 +0000 Subject: [PATCH] Merged PR 2573: added link to footer added link to footer Related work items: #24649 --- components/footer.js | 41 +++++++++++++++++++++++++++-------------- locales/cy/common.json | 2 ++ locales/en/common.json | 2 ++ 3 files changed, 31 insertions(+), 14 deletions(-) diff --git a/components/footer.js b/components/footer.js index 9f1a739f..83aa62db 100644 --- a/components/footer.js +++ b/components/footer.js @@ -108,7 +108,7 @@ export default function Footer(props) { > {t( - "common:social-bar-share-via-link", + "common:social-bar-share-via-link" )}{" "} Twitter @@ -186,37 +186,37 @@ export default function Footer(props) {
  • {t( - "common:footer-guidance-link-label", + "common:footer-guidance-link-label" )}
  • {t( - "common:footer-announcements-link-label", + "common:footer-announcements-link-label" )}
  • {t( - "common:footer-contact-us-link-label", + "common:footer-contact-us-link-label" )}
  • @@ -236,7 +236,7 @@ export default function Footer(props) { id="aAccessibility" > {t( - "common:footer-accessibility-link-label", + "common:footer-accessibility-link-label" )} @@ -257,13 +257,13 @@ export default function Footer(props) {
  • {t( - "common:footer-copyright-link-label", + "common:footer-copyright-link-label" )}
  • @@ -271,13 +271,13 @@ export default function Footer(props) {
  • {t( - "common:footer-privacy-link-label", + "common:footer-privacy-link-label" )}
  • @@ -285,13 +285,26 @@ export default function Footer(props) {
  • {t( - "common:footer-terms-conditions-link-label", + "common:footer-terms-conditions-link-label" + )} + +
  • +
  • + + {t( + "common:footer-pedw-use-ai-label" )}
  • diff --git a/locales/cy/common.json b/locales/cy/common.json index a3d65b3c..354bc309 100644 --- a/locales/cy/common.json +++ b/locales/cy/common.json @@ -20,6 +20,8 @@ "cancel-link": "Canslo", "save-exit-button": "Cadw a gadael", "submit-and-start": "Cyflwyno a dechrau'r cwrs", + "footer-pedw-use-ai-label": "Sut mae PCAC yn defnyddio deallusrwydd artiffisial (AI)", + "footer-pedw-use-ai-link": "https://www.llyw.cymru/penderfyniadau-cynllunio-ac-amgylchedd-cymru/sut-mae-pcac-yn-defnyddio-deallusrwydd-artiffisial-ai", "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", diff --git a/locales/en/common.json b/locales/en/common.json index 1a72e420..88cb85f1 100644 --- a/locales/en/common.json +++ b/locales/en/common.json @@ -20,6 +20,8 @@ "cancel-link": "Cancel", "save-exit-button": "Save and exit", "submit-and-start": "Submit and start course", + "footer-pedw-use-ai-label": "How PEDW uses AI", + "footer-pedw-use-ai-link": "https://www.gov.wales/planning-and-environment-decisions-wales/how-pedw-uses-ai", "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",