From 84832b477037ad64cd58c92853430af6ddb797ed Mon Sep 17 00:00:00 2001 From: Mike Purvis Date: Mon, 22 Jan 2024 16:13:39 -0800 Subject: [PATCH] Revert "change copy" This reverts commit 76b2742ee7fb0f0f690dd0110e3e70dd2a5444a0. --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); };