From 954e94cd87c667dd1a1b642f12caf1f7f3b40ffb Mon Sep 17 00:00:00 2001 From: = Date: Fri, 4 Apr 2025 01:04:28 +0530 Subject: [PATCH] feat: updated plurals --- .../SecretManagerOverviewPage/components/AllProjectView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/organization/SecretManagerOverviewPage/components/AllProjectView.tsx b/frontend/src/pages/organization/SecretManagerOverviewPage/components/AllProjectView.tsx index d5dbc15b96..5cdaa9c62f 100644 --- a/frontend/src/pages/organization/SecretManagerOverviewPage/components/AllProjectView.tsx +++ b/frontend/src/pages/organization/SecretManagerOverviewPage/components/AllProjectView.tsx @@ -58,7 +58,7 @@ const RequestAccessModal = ({ projectId, onPopUpToggle }: RequestAccessModalProp createNotification({ type: "success", title: "Project Access Request Sent", - text: "Projects admins will receive an email of your request" + text: "Project admins will receive an email of your request" }); onPopUpToggle(); }