mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
feat: corrected text
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user