diff --git a/app/src/components/GlobalFooter/i18n.json b/app/src/components/GlobalFooter/i18n.json index 772e7f4f9f..5e77c0edc9 100644 --- a/app/src/components/GlobalFooter/i18n.json +++ b/app/src/components/GlobalFooter/i18n.json @@ -12,6 +12,9 @@ "footerContactUs":"Contact Us", "footerIFRC":"© IFRC {year} v{appVersion}", "globalFindOut": "Find Out More", + "policies": "Policies", + "cookiePolicy": "Cookie Policy", + "termsAndConditions": "Terms and Conditions", "globalHelpfulLinks": "Helpful links" } } diff --git a/app/src/components/GlobalFooter/index.tsx b/app/src/components/GlobalFooter/index.tsx index 947b4b4370..7ed151b716 100644 --- a/app/src/components/GlobalFooter/index.tsx +++ b/app/src/components/GlobalFooter/index.tsx @@ -97,6 +97,24 @@ function GlobalFooter(props: Props) { +