Skip to content

Commit c00b594

Browse files
author
Najmieh
authored
Edit for the slight ambiguity in wording when adding untrusted files to trusted workspace (microsoft#161168)
fix the wording for the untrusted files to trusted workspace
1 parent 6cba936 commit c00b594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/workspace/browser/workspace.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ export class WorkspaceTrustUXHandler extends Disposable implements IWorkbenchCon
271271
localize('addWorkspaceFolderMessage', "Do you trust the authors of the files in this folder?"),
272272
[localize('yes', 'Yes'), localize('no', 'No')],
273273
{
274-
detail: localize('addWorkspaceFolderDetail', "You are adding files to a trusted workspace that are not currently trusted. Do you trust the authors of these new files?"),
274+
detail: localize('addWorkspaceFolderDetail', "You are adding files that are not currently trusted to a trusted workspace. Do you trust the authors of these new files?"),
275275
cancelId: 1,
276276
custom: { icon: Codicon.shield }
277277
}

0 commit comments

Comments
 (0)