Skip to content

Commit a186991

Browse files
committed
fix(workspace): scope tooltip points at the shared output folder
1 parent d46fbdb commit a186991

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/locales/en/main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3339,7 +3339,7 @@
33393339
"workspaceSwitcher": {
33403340
"noCredits": "No credits",
33413341
"scopeCaption": "Workspaces only affect which credits you use.",
3342-
"scopeTooltip": "Runs that use partner nodes spend credits from this workspace. Unlike on Cloud, your workflows and outputs stay on this computer, no matter which workspace you pick.",
3342+
"scopeTooltip": "Runs that use partner nodes spend credits from this workspace. Unlike on Cloud, every workspace saves to your usual output folder.",
33433343
"switchWorkspace": "Switch workspace",
33443344
"subscribe": "Subscribe",
33453345
"personal": "Personal",

src/platform/workspace/components/WorkspaceSwitcherPopover.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const i18n = createI18n({
5252
noCredits: 'No credits',
5353
scopeCaption: 'Workspaces only affect which credits you use.',
5454
scopeTooltip:
55-
'Runs that use partner nodes spend credits from this workspace. Unlike on Cloud, your workflows and outputs stay on this computer, no matter which workspace you pick.',
55+
'Runs that use partner nodes spend credits from this workspace. Unlike on Cloud, every workspace saves to your usual output folder.',
5656
createWorkspace: 'Create a team workspace',
5757
maxWorkspacesReached:
5858
'You can only own 10 workspaces. Delete one to create a new one.'

0 commit comments

Comments
 (0)