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:",