diff --git a/shared-helpers/src/locales/general.json b/shared-helpers/src/locales/general.json index 4bb4fe29cd..acfb94b898 100644 --- a/shared-helpers/src/locales/general.json +++ b/shared-helpers/src/locales/general.json @@ -608,9 +608,10 @@ "errors.streetError": "Please enter an address", "errors.timeError": "Please enter a valid time", "errors.zipCodeError": "Please enter a zipcode", - "footer.bahfaCopyright": "Copyright © 2023 Bay Area Housing Finance Authority. All rights reserved.", "filter.goToDahlia": "For San Francisco listings, go to ", "filter.goToDahliaLink": "DAHLIA", + "footer.accessibilityStatement": "Accessibility Statement", + "footer.bahfaCopyright": "Copyright © 2023 Bay Area Housing Finance Authority. All rights reserved.", "footer.bahfaLogo": "Bay Area Housing Finance Authority Logo", "footer.contact": "Contact", "footer.copyright": "Demonstration Jurisdiction © 2021 • All Rights Reserved", diff --git a/sites/public/src/lib/helpers.tsx b/sites/public/src/lib/helpers.tsx index d0fbaa4588..0b502d76f9 100644 --- a/sites/public/src/lib/helpers.tsx +++ b/sites/public/src/lib/helpers.tsx @@ -407,6 +407,12 @@ export const getSiteFooter = () => { > {t("pageTitle.languageAssistance")} + + {t("footer.accessibilityStatement")} +