diff --git a/govtool/frontend/src/components/organisms/MaintenanceEndingBanner/MaintenanceEndingBanner.tsx b/govtool/frontend/src/components/organisms/MaintenanceEndingBanner/MaintenanceEndingBanner.tsx
index 7921a66a4..669a98820 100644
--- a/govtool/frontend/src/components/organisms/MaintenanceEndingBanner/MaintenanceEndingBanner.tsx
+++ b/govtool/frontend/src/components/organisms/MaintenanceEndingBanner/MaintenanceEndingBanner.tsx
@@ -1,4 +1,4 @@
-import { Box, Typography, IconButton } from "@mui/material";
+import { Box, Typography, IconButton, Link } from "@mui/material";
import KeyboardArrowDownIcon from "@mui/icons-material/KeyboardArrowDown";
import KeyboardArrowUpIcon from "@mui/icons-material/KeyboardArrowUp";
import { Trans, useTranslation } from "react-i18next";
@@ -101,7 +101,18 @@ export const MaintenanceEndingBanner = () => {
/>
- {t("system.maintenanceEnding.description3")}
+ {t("system.maintenanceEnding.description3")}{" "}
+
+ {t("system.maintenanceEnding.linkText")}
+
diff --git a/govtool/frontend/src/i18n/locales/en.json b/govtool/frontend/src/i18n/locales/en.json
index 9e259798d..b25cf774d 100644
--- a/govtool/frontend/src/i18n/locales/en.json
+++ b/govtool/frontend/src/i18n/locales/en.json
@@ -755,10 +755,11 @@
"title": "This tool is connected to {{networkName}}",
"bootstrappingWarning": "Govtool is in the Bootstrapping phase. Some features are not available. Learn more",
"maintenanceEnding": {
- "title": "⚠️ GovTool Maintenance Ending Soon",
- "description1": "GovTool has not been included in the 2025 Cardano budget.",
- "description2": "Unless alternative support is secured, <0>maintenance will end in June 2025.0>",
- "description3": "We remain committed to transparency and will keep you updated."
+ "title": "⚠️ Funding for GovTool is at risk",
+ "description1": "GovTool was not included in the current Cardano budget.",
+ "description2": "Without new support, active development and <0>maintenance will end in June 2025.0>",
+ "description3": "Learn what this means and what’s next:",
+ "linkText": "The future of GovTool"
}
},
"tooltips": {