From 20df061f5892d4fe18d6cef58a64eba4b46c5a5f Mon Sep 17 00:00:00 2001 From: Sam Padilla <35386211+theSamPadilla@users.noreply.github.com> Date: Wed, 30 Aug 2023 13:35:43 -0500 Subject: [PATCH] Update existing_mnemonic.json When passing `--validator_start_index` in the command, the cli prompts directly for confirmation of index. Since there are other confirmation prompts like address and language (which also includes index) it is not clear which index it is referring to. Adding `(key number)` to the prompt to clarify the confirmation is for the key number. --- staking_deposit/intl/en/cli/existing_mnemonic.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staking_deposit/intl/en/cli/existing_mnemonic.json b/staking_deposit/intl/en/cli/existing_mnemonic.json index af57b5b8..64b8b9cc 100644 --- a/staking_deposit/intl/en/cli/existing_mnemonic.json +++ b/staking_deposit/intl/en/cli/existing_mnemonic.json @@ -19,7 +19,7 @@ "arg_validator_start_index": { "help": "Enter the index (key number) you wish to start generating more keys from. For example, if you've generated 4 keys in the past, you'd enter 4 here.", "prompt": "Enter the index (key number) you wish to start generating more keys from. For example, if you've generated 4 keys in the past, you'd enter 4 here.", - "confirm": "Please repeat the index to confirm" + "confirm": "Please repeat the index (key number) to confirm" } } }