Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Commit 76b2742

Browse files
committed
change copy
1 parent 10911a3 commit 76b2742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const checkExistingContract = async function(prevCodeHash) {
4747

4848
const confirmDelete = function () {
4949
return askYesNoQuestion(
50-
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) }}`,
50+
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) }}`,
5151
false);
5252
};
5353

0 commit comments

Comments
 (0)