[WEB-4378] fix: update label translation in ProjectsByStatus component #3493

This commit is contained in:
JayashTripathy
2025-06-25 19:00:53 +05:30
committed by GitHub
parent 08e025939f
commit 7a291fecdf

View File

@@ -90,7 +90,7 @@ const ProjectsByStatus = observer(() => {
}}
yAxis={{
key: "count",
label: t("no_of", { entity: t("common.projects") }),
label: t("common.no_of", { entity: t("common.projects") }),
}}
margin={{
top: 10,