From 5e9dc0b98d33bdf839b08b442b8bb4e8fd2515ad Mon Sep 17 00:00:00 2001 From: Scott Wilson Date: Tue, 7 Jan 2025 10:38:09 -0800 Subject: [PATCH] clarify enterprise plan for user group feature upgrade modal --- .../components/OrgGroupsSection/OrgGroupsSection.tsx | 2 +- .../GroupsTab/components/GroupsSection/GroupsSection.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/organization/AccessManagementPage/components/OrgGroupsTab/components/OrgGroupsSection/OrgGroupsSection.tsx b/frontend/src/pages/organization/AccessManagementPage/components/OrgGroupsTab/components/OrgGroupsSection/OrgGroupsSection.tsx index ec3ef159c..4bdb62d60 100644 --- a/frontend/src/pages/organization/AccessManagementPage/components/OrgGroupsTab/components/OrgGroupsSection/OrgGroupsSection.tsx +++ b/frontend/src/pages/organization/AccessManagementPage/components/OrgGroupsTab/components/OrgGroupsSection/OrgGroupsSection.tsx @@ -27,7 +27,7 @@ export const OrgGroupsSection = () => { if (!subscription?.groups) { handlePopUpOpen("upgradePlan", { description: - "You can manage users more efficiently with groups if you upgrade your Infisical plan." + "You can manage users more efficiently with groups if you upgrade your Infisical plan to an Enterprise license." }); } else { handlePopUpOpen("group"); diff --git a/frontend/src/pages/project/AccessControlPage/components/GroupsTab/components/GroupsSection/GroupsSection.tsx b/frontend/src/pages/project/AccessControlPage/components/GroupsTab/components/GroupsSection/GroupsSection.tsx index 8ae272725..8c5d18b75 100644 --- a/frontend/src/pages/project/AccessControlPage/components/GroupsTab/components/GroupsSection/GroupsSection.tsx +++ b/frontend/src/pages/project/AccessControlPage/components/GroupsTab/components/GroupsSection/GroupsSection.tsx @@ -33,7 +33,7 @@ export const GroupsSection = () => { if (!subscription?.groups) { handlePopUpOpen("upgradePlan", { description: - "You can manage users more efficiently with groups if you upgrade your Infisical plan." + "You can manage users more efficiently with groups if you upgrade your Infisical plan to an Enterprise license." }); } else { handlePopUpOpen("group");