Skip to content

Commit

Permalink
Merge pull request #170904 from microsoft/tyriar/profile_name
Browse files Browse the repository at this point in the history
Clarify profile -> terminal profile
  • Loading branch information
Tyriar committed Jan 9, 2023
2 parents 8e33e69 + f3665aa commit f79923c
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 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 use you want to use it?', `"${unsafePaths.join(',')}"`),
[{
label: nls.localize('yes', 'Yes'),
run: () => r(true)
Expand Down

0 comments on commit f79923c

Please sign in to comment.