We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e3aeb commit 140abe6Copy full SHA for 140abe6
packages/core/src/awsService/ec2/model.ts
@@ -345,7 +345,7 @@ export class Ec2Connecter implements vscode.Disposable {
345
}
346
347
const input = await vscode.window.showInputBox({
348
- prompt: `Unrecognized OS "${os}". Please enter the username to use for instance ${instanceId}:`,
+ prompt: `Unrecognized OS "${os}". Enter the username for instance ${instanceId}:`,
349
})
350
if (input) {
351
return { name: input, os }
0 commit comments