From 332ed68c139642b26fb9b07edf959e1c2d56ab2d Mon Sep 17 00:00:00 2001 From: = Date: Wed, 21 May 2025 00:42:06 +0530 Subject: [PATCH] feat: updated message based on feedback --- .../components/BillingCloudTab/CurrentPlanSection.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/pages/organization/BillingPage/components/BillingCloudTab/CurrentPlanSection.tsx b/frontend/src/pages/organization/BillingPage/components/BillingCloudTab/CurrentPlanSection.tsx index ec1531202..5c85f19f7 100644 --- a/frontend/src/pages/organization/BillingPage/components/BillingCloudTab/CurrentPlanSection.tsx +++ b/frontend/src/pages/organization/BillingPage/components/BillingCloudTab/CurrentPlanSection.tsx @@ -56,7 +56,8 @@ export const CurrentPlanSection = () => { data.rows.map(({ name, allowed, used }) => { let toolTipText = null; if (name === "Organization identity limit") { - toolTipText = "Identity count consists of users and machine identities."; + toolTipText = + "Identity count is calculated by the total number of user identities and machine identities."; } return (