Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Jan 10, 2023
1 parent b444f8d commit 5f2c7f2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -232,7 +232,7 @@ export class TerminalProfileQuickpick {
// possible so the message is optimized for a single path.
const handle = this._notificationService.prompt(
Severity.Warning,
nls.localize('unsafePathWarning', 'This terminal profile uses a potentially unsafe path that can be modified by another user: {0}. Are you use you want to use it?', `"${unsafePaths.join(',')}"`),
nls.localize('unsafePathWarning', 'This terminal profile uses a potentially unsafe path that can be modified by another user: {0}. Are you suse you want to use it?', `"${unsafePaths.join(',')}"`),
[{
label: nls.localize('yes', 'Yes'),
run: () => r(true)
Expand Down

0 comments on commit 5f2c7f2

Please sign in to comment.