mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 22:09:12 +02:00
[WEB-4378] fix: update label translation in ProjectsByStatus component #3493
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user