Skip to content

Commit 140abe6

Browse files
Update packages/core/src/awsService/ec2/model.ts
Co-authored-by: Justin M. Keyes <[email protected]>
1 parent f5e3aeb commit 140abe6

File tree

1 file changed

+1
-1
lines changed
  • packages/core/src/awsService/ec2

1 file changed

+1
-1
lines changed

packages/core/src/awsService/ec2/model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ export class Ec2Connecter implements vscode.Disposable {
345345
}
346346

347347
const input = await vscode.window.showInputBox({
348-
prompt: `Unrecognized OS "${os}". Please enter the username to use for instance ${instanceId}:`,
348+
prompt: `Unrecognized OS "${os}". Enter the username for instance ${instanceId}:`,
349349
})
350350
if (input) {
351351
return { name: input, os }

0 commit comments

Comments
 (0)