Skip to content

Commit

Permalink
feat: capitalize proposal type in projects stats (#1210)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyesp authored Aug 25, 2023
1 parent c132949 commit 618a93a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/intl/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@
},
"opportunities": {
"category": "opportunities",
"total": "{total} bid submissions open"
"total": "{total} Bid submissions open"
}
},
"bidding_and_tendering_stats": {
Expand All @@ -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": {
Expand Down

0 comments on commit 618a93a

Please sign in to comment.