From 7a291fecdf2086ec1a89670694b97ebd875c61e7 Mon Sep 17 00:00:00 2001 From: JayashTripathy <76092296+JayashTripathy@users.noreply.github.com> Date: Wed, 25 Jun 2025 19:00:53 +0530 Subject: [PATCH] [WEB-4378] fix: update label translation in ProjectsByStatus component #3493 --- web/ee/components/analytics/projects/projects-by-status.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/ee/components/analytics/projects/projects-by-status.tsx b/web/ee/components/analytics/projects/projects-by-status.tsx index 2fc8f7b83c..bb212049e3 100644 --- a/web/ee/components/analytics/projects/projects-by-status.tsx +++ b/web/ee/components/analytics/projects/projects-by-status.tsx @@ -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,