Skip to content

Commit

Permalink
Merge pull request #222 from wri/TM-936_ensure_harit_bharat_fund_land…
Browse files Browse the repository at this point in the history
…ing_pages

feat: TM-936 change HBF -> Harit Bharat Fund
  • Loading branch information
LimberHope authored May 29, 2024
2 parents 3f42cfb + 0384387 commit a7f0bb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/nursery/[uuid]/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const NurseryDetailPage = () => {
nursery.framework_key === "ppc"
? t("Priceless Planet Coalition")
: nursery.framework_key === "hbf"
? "HBF"
? "Harit Bharat Fund"
: t("TerraFund")
]}
hasBackButton={false}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/project/[uuid]/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const ProjectDetailPage = () => {
isPPC
? t("Priceless Planet Coalition")
: isHBF
? "HBF"
? "Harit Bharat Fund"
: isTerrafund
? t("TerraFund")
: reportingFramework.name
Expand Down
2 changes: 1 addition & 1 deletion src/pages/site/[uuid]/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const SiteDetailPage = () => {

const subtitles = [
`${t("Organisation")}: ${site.organisation?.name}`,
isPPC ? t("Priceless Planet Coalition") : isHBF ? "HBF" : t("TerraFund")
isPPC ? t("Priceless Planet Coalition") : isHBF ? "Harit Bharat Fund" : t("TerraFund")
];
if (isPPC) {
subtitles.push(t("Site ID: {id}", { id: site.ppc_external_id }));
Expand Down

0 comments on commit a7f0bb1

Please sign in to comment.