diff --git a/.env.local b/.env.local index 7395ffd6..bd36a918 100644 --- a/.env.local +++ b/.env.local @@ -1,5 +1,5 @@ - + ACCESS_TOKEN_ENDPOINT = https://login.microsoftonline.com/ TENANT = a8d860de-d5e1-45af-8376-d93f02e6b502 GRANT_TYPE = "client_credentials" diff --git a/components/footer.js b/components/footer.js index 6f371a24..715c1345 100644 --- a/components/footer.js +++ b/components/footer.js @@ -28,7 +28,7 @@ export default function Footer(props) { }; //console.log(router.asPath); - const shareBodyStr = t("common:gov-wales-link") + router.asPath; + const shareBodyStr = t("common:service-home-url") + router.asPath; const shareSubjectStr = t("common:social-shared-from") + " " + diff --git a/locales/cy/common.json b/locales/cy/common.json index 02e6139e..d717e759 100644 --- a/locales/cy/common.json +++ b/locales/cy/common.json @@ -5,6 +5,7 @@ "gov-wales-label": "LLYW.CYMRU", "service-description": "Mae'r gwasanaeth hwn yn cael ei ddatblygu i gefnogi apeliadau a cheisiadau ar-lein.", "service-name": "Gwaith Achos", + "service-home-url": "https://gwaithcynllunio.gwasanaeth.llyw.cymru", "service-name-breadcrumb": "Hafan", "new-service-beta": "Mae hwn yn wasanaeth newydd", "breadcrumb-back-link": "Yn ôl", diff --git a/locales/en/common.json b/locales/en/common.json index a992be27..fd520e90 100644 --- a/locales/en/common.json +++ b/locales/en/common.json @@ -5,6 +5,7 @@ "gov-wales-label": "GOV.WALES", "service-description": "This service is being developed to support online appeals and applications.", "service-name": "Casework", + "service-home-url": "https://planningcasework.service.gov.wales", "service-name-breadcrumb": "Home", "new-service-beta": "This is a new service", "breadcrumb-back-link": "Back",