From 325d7c84cbc279310f98d5f3e53fb00ca537fe36 Mon Sep 17 00:00:00 2001 From: Santala Date: Fri, 31 Mar 2023 09:06:53 +0700 Subject: [PATCH] a small change in instructions --- actions/transferAll/ui.ts | 2 +- ui/extraAccount.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/actions/transferAll/ui.ts b/actions/transferAll/ui.ts index 5db6259..5f8d5af 100644 --- a/actions/transferAll/ui.ts +++ b/actions/transferAll/ui.ts @@ -10,7 +10,7 @@ export async function showTransferAll(accounts: Account[]) { { type: "text", name: "toAddress", - message: "Enter the address to transfer to", + message: "Enter the receipt address", validate: async (value: string) => { try { await addressSchema.validate(value); diff --git a/ui/extraAccount.ts b/ui/extraAccount.ts index 67a596d..f16333b 100644 --- a/ui/extraAccount.ts +++ b/ui/extraAccount.ts @@ -31,7 +31,7 @@ export async function extraAccount( { type: "text", name: "extraWalletAddresses", - message: "Enter wallet addresses you want to use", + message: "Enter the deprecated wallet", hint: "separate by comma", validate: async (value: string, prev) => { try {