16937 updated translation for contact us button
This commit is contained in:
@@ -173,7 +173,7 @@ const Breadcrumbs = (props) => {
|
|||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
<li className="govuk-breadcrumbs__list-item">
|
<li className="govuk-breadcrumbs__list-item">
|
||||||
Contact us
|
{t("common:footer-contact-us-link-label")}
|
||||||
</li>
|
</li>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
@@ -1099,7 +1099,7 @@ const Breadcrumbs = (props) => {
|
|||||||
{router.pathname == "/dns/contact-us" && (
|
{router.pathname == "/dns/contact-us" && (
|
||||||
<>
|
<>
|
||||||
<li className="govuk-breadcrumbs__list-item">
|
<li className="govuk-breadcrumbs__list-item">
|
||||||
Contact us
|
{t("common:footer-contact-us-link-label")}
|
||||||
</li>
|
</li>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ export default function CaseComment() {
|
|||||||
href={router.locale == "cy" ? "/cyswllt" : "/contactus"}
|
href={router.locale == "cy" ? "/cyswllt" : "/contactus"}
|
||||||
className="govuk-button withChevron govuk-button-cta"
|
className="govuk-button withChevron govuk-button-cta"
|
||||||
>
|
>
|
||||||
Contact us
|
{t("common:footer-contact-us-link-label")}
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -180,7 +180,7 @@ let CaseSearch = (props) => {
|
|||||||
}
|
}
|
||||||
className="govuk-button withChevron govuk-button-cta"
|
className="govuk-button withChevron govuk-button-cta"
|
||||||
>
|
>
|
||||||
Contact us
|
{t("common:footer-contact-us-link-label")}
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -105,6 +105,14 @@ module.exports = {
|
|||||||
source: "/fymhorth/canlyniadauchwilio",
|
source: "/fymhorth/canlyniadauchwilio",
|
||||||
destination: "/myportal/searchresults",
|
destination: "/myportal/searchresults",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
source: "/cyswllt",
|
||||||
|
destination: "/contactus",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
source: "/fymhorth/cyswllt",
|
||||||
|
destination: "/myportal/contactus",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
source: "/chwiliouwch",
|
source: "/chwiliouwch",
|
||||||
destination: "/advancedsearch",
|
destination: "/advancedsearch",
|
||||||
|
|||||||
@@ -391,7 +391,7 @@ let ContactUs = (props) => {
|
|||||||
<div className="govuk-grid-row">
|
<div className="govuk-grid-row">
|
||||||
<div className="govuk-grid-column-full">
|
<div className="govuk-grid-column-full">
|
||||||
<h2 className="govuk-heading-l govuk-!-margin-bottom-7">
|
<h2 className="govuk-heading-l govuk-!-margin-bottom-7">
|
||||||
Contact us{" "}
|
{t("common:footer-contact-us-link-label")}
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<div className="wgForm">
|
<div className="wgForm">
|
||||||
|
|||||||
Reference in New Issue
Block a user