diff --git a/govtool/frontend/src/components/organisms/Footer.tsx b/govtool/frontend/src/components/organisms/Footer.tsx
index 84b1e063d..984d12a54 100644
--- a/govtool/frontend/src/components/organisms/Footer.tsx
+++ b/govtool/frontend/src/components/organisms/Footer.tsx
@@ -63,7 +63,7 @@ export const Footer = () => {
}}
>
- {t("footer.copyright")}
+ {t("footer.copyright", { year: new Date().getFullYear() })}