From c1e5132c42ff69aa470c83a46d3438a952b70aab Mon Sep 17 00:00:00 2001 From: Miro Date: Thu, 25 Sep 2025 07:04:11 +0200 Subject: [PATCH] update the banner text for Treasury Withdrawal --- .../MaintenanceEndingBanner.tsx | 15 ++++++++++++++- govtool/frontend/src/i18n/locales/en.json | 4 ++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/govtool/frontend/src/components/organisms/MaintenanceEndingBanner/MaintenanceEndingBanner.tsx b/govtool/frontend/src/components/organisms/MaintenanceEndingBanner/MaintenanceEndingBanner.tsx index 87ff9935c..6339a738e 100644 --- a/govtool/frontend/src/components/organisms/MaintenanceEndingBanner/MaintenanceEndingBanner.tsx +++ b/govtool/frontend/src/components/organisms/MaintenanceEndingBanner/MaintenanceEndingBanner.tsx @@ -102,7 +102,20 @@ export const MaintenanceEndingBanner = () => { color="common.white" mb={0.5} > - {t("system.maintenanceEnding.description2")} + , + ]} + /> diff --git a/govtool/frontend/src/i18n/locales/en.json b/govtool/frontend/src/i18n/locales/en.json index b5240664c..4a5b42401 100644 --- a/govtool/frontend/src/i18n/locales/en.json +++ b/govtool/frontend/src/i18n/locales/en.json @@ -796,9 +796,9 @@ "title": "This tool is connected to {{networkName}}", "bootstrappingWarning": "Govtool is in the Bootstrapping phase. Some features are not available. Learn more", "maintenanceEnding": { - "title": "\uD83D\uDCA1 Next Step: Treasury Withdrawal based on your feedback is coming soon", + "title": "\uD83D\uDCA1 Next Step: Treasury Withdrawal based on your feedback has been submitted", "description1": "<0>The Info Action 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." + "description2": "We have now submitted a <0>Treasury Withdrawal 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": {