From 35c8d2a61dae27002845bdc609a1966932139f63 Mon Sep 17 00:00:00 2001 From: Prateek Shourya Date: Fri, 7 Feb 2025 17:53:14 +0530 Subject: [PATCH] fix: project access description translation (#2424) --- web/ee/components/projects/create/attributes.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/ee/components/projects/create/attributes.tsx b/web/ee/components/projects/create/attributes.tsx index 400d9d71d8..74e7d7e23b 100644 --- a/web/ee/components/projects/create/attributes.tsx +++ b/web/ee/components/projects/create/attributes.tsx @@ -85,7 +85,7 @@ const ProjectAttributes: React.FC = (props) => {

{t(network.i18n_label)}

-

{network.description}

+

{t(network.description)}