You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
? `${planLimits.plan==="enterprise" ? "Enterprise" : planLimits.plan==="pro" ? "Pro" : "Free"} plan allows maximum ${planLimits.maxKeys} API keys per project`
98
+
? `${planLimits.plan==="enterprise" ? "Enterprise" : planLimits.plan==="pro" ? "Pro" : "Free"} plan allows maximum ${planLimits.maxKeys} API keys per organization`
Copy file name to clipboardExpand all lines: apps/ui/src/components/api-keys/api-keys-list.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -462,7 +462,7 @@ export function ApiKeysList({
462
462
}
463
463
disabledMessage={
464
464
planLimits
465
-
? `${planLimits.plan==="enterprise" ? "Enterprise" : planLimits.plan==="pro" ? "Pro" : "Free"} plan allows maximum ${planLimits.maxKeys} API keys per project`
465
+
? `${planLimits.plan==="enterprise" ? "Enterprise" : planLimits.plan==="pro" ? "Pro" : "Free"} plan allows maximum ${planLimits.maxKeys} API keys per organization`
Copy file name to clipboardExpand all lines: apps/ui/src/components/dashboard/dashboard-client.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -309,7 +309,7 @@ export function DashboardClient({
309
309
}
310
310
disabledMessage={
311
311
planLimits
312
-
? `${planLimits.plan==="enterprise" ? "Enterprise" : planLimits.plan==="pro" ? "Pro" : "Free"} plan allows maximum ${planLimits.maxKeys} API keys per project`
312
+
? `${planLimits.plan==="enterprise" ? "Enterprise" : planLimits.plan==="pro" ? "Pro" : "Free"} plan allows maximum ${planLimits.maxKeys} API keys per organization`
0 commit comments