Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shinhwagk committed Jan 9, 2024
1 parent 699cebe commit e8118e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/extensionCommands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ export namespace ExtCmds {

const confirm = await window.showInputBox({
title: 'Are you absolutely sure?',
placeHolder: `Please type '${nd}' to confirm.`,
prompt: `Please type '${nd}' to confirm.`
placeHolder: `Please type '${domainName}' to confirm.`,
prompt: `Please type '${domainName}' to confirm.`
});
if (confirm !== domainName) {
window.showInformationMessage(`Input is not '${domainName}'.`);
Expand Down

0 comments on commit e8118e0

Please sign in to comment.