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
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/settings-modal/components/api-keys/api-keys.tsx
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/settings-modal/components/api-keys/components/create-api-key-modal/create-api-key-modal.tsx
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -62,8 +62,8 @@ export function CreateApiKeyModal({
62
62
if(isDuplicate){
63
63
setCreateError(
64
64
keyType==='workspace'
65
-
? `A workspace API key named "${trimmedName}" already exists. Please choose a different name.`
66
-
: `A personal API key named "${trimmedName}" already exists. Please choose a different name.`
65
+
? `A workspace Sim key named "${trimmedName}" already exists. Please choose a different name.`
66
+
: `A personal Sim key named "${trimmedName}" already exists. Please choose a different name.`
67
67
)
68
68
return
69
69
}
@@ -86,11 +86,11 @@ export function CreateApiKeyModal({
0 commit comments