feat: corrected text

This commit is contained in:
=
2025-05-21 00:26:02 +05:30
parent 5ffe45eaf5
commit fc0bdc25af

View File

@@ -56,7 +56,7 @@ export const CurrentPlanSection = () => {
data.rows.map(({ name, allowed, used }) => {
let toolTipText = null;
if (name === "Organization identity limit") {
toolTipText = "Identity refers to as user and machine identities.";
toolTipText = "Identity count consists of users and machine identities.";
}
return (