diff --git a/govtool/frontend/src/components/organisms/MaintenanceEndingBanner/MaintenanceEndingBanner.tsx b/govtool/frontend/src/components/organisms/MaintenanceEndingBanner/MaintenanceEndingBanner.tsx
index 579d05de6..87ff9935c 100644
--- a/govtool/frontend/src/components/organisms/MaintenanceEndingBanner/MaintenanceEndingBanner.tsx
+++ b/govtool/frontend/src/components/organisms/MaintenanceEndingBanner/MaintenanceEndingBanner.tsx
@@ -88,7 +88,7 @@ export const MaintenanceEndingBanner = () => {
variant="caption"
fontWeight={600}
color="common.white"
- href="https://gov.tools/governance_actions/9d213a57684d7ddf6f3350c80d042639ecbed5ccccc4a05bf54959a086593e7b#0"
+ href="https://gov.tools/outcomes/governance_actions/9d213a57684d7ddf6f3350c80d042639ecbed5ccccc4a05bf54959a086593e7b#0"
data-testid="govtool-info-link"
target="_blank"
rel="noopener noreferrer"
@@ -96,6 +96,14 @@ export const MaintenanceEndingBanner = () => {
]}
/>
+
+ {t("system.maintenanceEnding.description2")}
+
diff --git a/govtool/frontend/src/i18n/locales/en.json b/govtool/frontend/src/i18n/locales/en.json
index f8ebb5efd..cca6a27e3 100644
--- a/govtool/frontend/src/i18n/locales/en.json
+++ b/govtool/frontend/src/i18n/locales/en.json
@@ -795,8 +795,9 @@
"title": "This tool is connected to {{networkName}}",
"bootstrappingWarning": "Govtool is in the Bootstrapping phase. Some features are not available. Learn more",
"maintenanceEnding": {
- "title": "🔥 GovTool needs your support - Info Action is submitted",
- "description1": "This Info Action outlines the revised GovTool plan and <0>your vote0> is essential to continue active development and maintenance for the next 12 months, keeping community owned open governance tooling on Cardano."
+ "title": "\uD83D\uDCA1 Next Step: Treasury Withdrawal based on your feedback is coming soon",
+ "description1": "<0>The Info Action0> has passed — thank you for your support!",
+ "description2": "We’re now preparing a Treasury Withdrawal proposal that reflects the feedback gathered during the voting phase to ensure continued development and maintenance of GovTool as a community-owned governance interface on Cardano."
}
},
"tooltips": {