diff --git a/src/admin/components/ResourceTabs/InformationTab/components/ProjectInformationAside/HighLevelMetrics.tsx b/src/admin/components/ResourceTabs/InformationTab/components/ProjectInformationAside/HighLevelMetrics.tsx index 5bb288d1d..ee72b1cfe 100644 --- a/src/admin/components/ResourceTabs/InformationTab/components/ProjectInformationAside/HighLevelMetrics.tsx +++ b/src/admin/components/ResourceTabs/InformationTab/components/ProjectInformationAside/HighLevelMetrics.tsx @@ -26,12 +26,12 @@ const HighLevelMetics: FC = () => { - - - - + + + + diff --git a/src/admin/components/ResourceTabs/InformationTab/components/SiteInformationAside/HighLevelMetrics.tsx b/src/admin/components/ResourceTabs/InformationTab/components/SiteInformationAside/HighLevelMetrics.tsx index 551aaa8ff..d6fa709eb 100644 --- a/src/admin/components/ResourceTabs/InformationTab/components/SiteInformationAside/HighLevelMetrics.tsx +++ b/src/admin/components/ResourceTabs/InformationTab/components/SiteInformationAside/HighLevelMetrics.tsx @@ -24,12 +24,12 @@ const HighLevelMetics: FC = () => { - - - - + + + + diff --git a/src/pages/nursery/[uuid]/index.page.tsx b/src/pages/nursery/[uuid]/index.page.tsx index 2560abd40..364552260 100644 --- a/src/pages/nursery/[uuid]/index.page.tsx +++ b/src/pages/nursery/[uuid]/index.page.tsx @@ -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} diff --git a/src/pages/project/[uuid]/index.page.tsx b/src/pages/project/[uuid]/index.page.tsx index 4b9d7bce0..8036db1b8 100644 --- a/src/pages/project/[uuid]/index.page.tsx +++ b/src/pages/project/[uuid]/index.page.tsx @@ -109,7 +109,7 @@ const ProjectDetailPage = () => { isPPC ? t("Priceless Planet Coalition") : isHBF - ? "HBF" + ? "Harit Bharat Fund" : isTerrafund ? t("TerraFund") : reportingFramework.name diff --git a/src/pages/site/[uuid]/index.page.tsx b/src/pages/site/[uuid]/index.page.tsx index f6904f40c..6debfea7c 100644 --- a/src/pages/site/[uuid]/index.page.tsx +++ b/src/pages/site/[uuid]/index.page.tsx @@ -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 }));