feat: updated message based on feedback

This commit is contained in:
=
2025-05-21 00:42:06 +05:30
parent d7a99db66a
commit 332ed68c13

View File

@@ -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 (