From fc27fbddf58d900f02fc7d263ceb01bc9cc083db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Sworze=C5=84?= Date: Wed, 28 Feb 2024 17:52:42 +0100 Subject: [PATCH] [#152] fix inprogress copy --- .../frontend/src/components/molecules/DashboardActionCard.tsx | 4 ++-- govtool/frontend/src/i18n/locales/en.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/govtool/frontend/src/components/molecules/DashboardActionCard.tsx b/govtool/frontend/src/components/molecules/DashboardActionCard.tsx index d394c12a4..b654d61a3 100644 --- a/govtool/frontend/src/components/molecules/DashboardActionCard.tsx +++ b/govtool/frontend/src/components/molecules/DashboardActionCard.tsx @@ -84,7 +84,7 @@ export const DashboardActionCard: FC = ({ }} > - {t("inProgress").toLocaleUpperCase()} + {t("inProgress")} )} @@ -113,7 +113,7 @@ export const DashboardActionCard: FC = ({ ) : null} {inProgress && !isLoading ? ( - In Progress + {t("inProgress")} ) : null} {description ? ( diff --git a/govtool/frontend/src/i18n/locales/en.ts b/govtool/frontend/src/i18n/locales/en.ts index d18c1b4b8..b6a35cbb6 100644 --- a/govtool/frontend/src/i18n/locales/en.ts +++ b/govtool/frontend/src/i18n/locales/en.ts @@ -426,7 +426,7 @@ export const en = { continue: "Continue", delegate: "Delegate", here: "here", - inProgress: "In progress", + inProgress: "In Progress", learnMore: "Learn more", loading: "Loading...", myDRepId: "My DRep ID:",