diff --git a/index.js b/index.js index 239b1d47..524549b1 100644 --- a/index.js +++ b/index.js @@ -47,7 +47,7 @@ const checkExistingContract = async function(prevCodeHash) { const confirmDelete = function () { return askYesNoQuestion( - chalk`{bold.white This method will delete your account. Beneficiary account must already be initialized in order to transfer all Near tokens or these will be lost. Make sure to send all fungible tokens or NFTs that you own to the beneficiary account prior to deleting, as this method will only transfer NEAR tokens. Do you want to proceed? {bold.green (y/n) }}`, + chalk`{bold.white This method will delete your account. Beneficiary account must already be initialized in order to transfer all Near tokens. Make sure to send all fungible tokens or NFTs that you own to the beneficiary account prior to deleting, as this method will only transfer NEAR tokens. Do you want to proceed? {bold.green (y/n) }}`, false); };