mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-27 02:37:26 +01:00
Clarify profile -> terminal profile
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user