diff --git a/components/breadcrumbs.js b/components/breadcrumbs.js index 5a4f6d35..95b38e46 100644 --- a/components/breadcrumbs.js +++ b/components/breadcrumbs.js @@ -173,7 +173,7 @@ const Breadcrumbs = (props) => {
  • - Contact us + {t("common:footer-contact-us-link-label")}
  • )} @@ -1099,7 +1099,7 @@ const Breadcrumbs = (props) => { {router.pathname == "/dns/contact-us" && ( <>
  • - Contact us + {t("common:footer-contact-us-link-label")}
  • )} diff --git a/components/homepage/casecomment.js b/components/homepage/casecomment.js index c84915a1..6435c52a 100644 --- a/components/homepage/casecomment.js +++ b/components/homepage/casecomment.js @@ -31,7 +31,7 @@ export default function CaseComment() { href={router.locale == "cy" ? "/cyswllt" : "/contactus"} className="govuk-button withChevron govuk-button-cta" > - Contact us + {t("common:footer-contact-us-link-label")} diff --git a/components/myportal/searchcases.js b/components/myportal/searchcases.js index 32814e3f..38609674 100644 --- a/components/myportal/searchcases.js +++ b/components/myportal/searchcases.js @@ -180,7 +180,7 @@ let CaseSearch = (props) => { } className="govuk-button withChevron govuk-button-cta" > - Contact us + {t("common:footer-contact-us-link-label")} diff --git a/next.config.js b/next.config.js index e9540812..1e90f0c6 100644 --- a/next.config.js +++ b/next.config.js @@ -105,6 +105,14 @@ module.exports = { source: "/fymhorth/canlyniadauchwilio", destination: "/myportal/searchresults", }, + { + source: "/cyswllt", + destination: "/contactus", + }, + { + source: "/fymhorth/cyswllt", + destination: "/myportal/contactus", + }, { source: "/chwiliouwch", destination: "/advancedsearch", diff --git a/pages/myportal/contactus.js b/pages/myportal/contactus.js index ff483ac7..5c4007ab 100644 --- a/pages/myportal/contactus.js +++ b/pages/myportal/contactus.js @@ -391,7 +391,7 @@ let ContactUs = (props) => {

    - Contact us{" "} + {t("common:footer-contact-us-link-label")}