Skip to content

Commit 75501bb

Browse files
committed
Improved text
1 parent 6d975c3 commit 75501bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bittensor_cli/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2308,7 +2308,7 @@ def wallet_regen_coldkey_pub(
23082308

23092309
if not wallet_name:
23102310
wallet_name = Prompt.ask(
2311-
f"Enter the name of the [{COLORS.G.CK}]new wallet (coldkey)",
2311+
f"Enter the name of the [{COLORS.G.CK}]wallet for the new coldkeypub",
23122312
default=defaults.wallet.name,
23132313
)
23142314
wallet = Wallet(wallet_name, wallet_hotkey, wallet_path)
@@ -2429,7 +2429,7 @@ def wallet_regen_hotkey_pub(
24292429

24302430
if not wallet_name:
24312431
wallet_name = Prompt.ask(
2432-
f"Enter the name of the [{COLORS.G.CK}]new wallet (coldkey)",
2432+
f"Enter the name of the [{COLORS.G.CK}]wallet for the new hotkeypub",
24332433
default=defaults.wallet.name,
24342434
)
24352435
wallet = Wallet(wallet_name, wallet_hotkey, wallet_path)

0 commit comments

Comments
 (0)