From 618a93a9f479f4c77292b4def99c5878ce1d6400 Mon Sep 17 00:00:00 2001 From: Andy Espagnolo Date: Fri, 25 Aug 2023 15:02:58 -0300 Subject: [PATCH] feat: capitalize proposal type in projects stats (#1210) --- src/intl/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/intl/en.json b/src/intl/en.json index 241d90342..2e18fbce5 100644 --- a/src/intl/en.json +++ b/src/intl/en.json @@ -1198,7 +1198,7 @@ }, "opportunities": { "category": "opportunities", - "total": "{total} bid submissions open" + "total": "{total} Bid submissions open" } }, "bidding_and_tendering_stats": { @@ -1208,11 +1208,11 @@ }, "tender_opportunities": { "category": "opportunities", - "total": "{total} tender {total, plural, one {submission} other {submissions}} open" + "total": "{total} Tender {total, plural, one {submission} other {submissions}} open" }, "bid_opportunities": { "category": "opportunities", - "total": "{total} bid {total, plural, one {submission} other {submissions}} open" + "total": "{total} Bid {total, plural, one {submission} other {submissions}} open" } }, "category_filters": {