Skip to content

Commit 219b2c6

Browse files
committed
improvement(byok): shorten the workspace scope chip to 'Workspace'
It sits beside 'Organization', so the scope reads from the pair; 'This' only added width.
1 parent a3b19de commit 219b2c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • apps
    • docs/content/docs/en/platform
    • sim/app/workspace/[workspaceId]/settings/components/byok

apps/docs/content/docs/en/platform/costs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ The BYOK settings page tags every provider your workspace is inheriting, so you
294294
### Setup
295295

296296
1. Navigate to **Settings****BYOK** in your workspace
297-
2. Choose **This workspace** or **Organization** (organization admins only)
297+
2. Choose **Workspace** or **Organization** (organization admins only)
298298
3. Click **Add Key** for your provider
299299
4. Enter your API key and save
300300

apps/sim/app/workspace/[workspaceId]/settings/components/byok/byok.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ export function BYOK() {
490490
? [
491491
{
492492
id: 'byok-scope-workspace',
493-
text: 'This workspace',
493+
text: 'Workspace',
494494
active: effectiveScope === 'workspace',
495495
onSelect: () => void setRequestedScope('workspace'),
496496
disabled: isMutating,

0 commit comments

Comments
 (0)