Skip to content

Commit

Permalink
Merge pull request #733 from serokell/dmozhevitin/#732-fix-typo-in-pr…
Browse files Browse the repository at this point in the history
…ompt

[#732] Fix typo in 'tezos-setup' prompt
  • Loading branch information
DMozhevitin authored Oct 11, 2023
2 parents ec1e37e + 5cb68d4 commit 9e1d4b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions baking/src/tezos_baking/tezos_setup_wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ def import_baker_key(self):
try:
print(
color(
"Waiting for your respond to the prompt on your Ledger Device...",
"Waiting for your response to the prompt on your Ledger Device...",
color_green,
)
)
Expand All @@ -888,7 +888,7 @@ def register_baker(self):
if self.config["key_import_mode"] == "ledger":
print(
color(
"Waiting for your respond to the prompt on your Ledger Device...",
"Waiting for your response to the prompt on your Ledger Device...",
color_green,
)
)
Expand Down
2 changes: 1 addition & 1 deletion baking/src/tezos_baking/wizard_structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ def import_key(self, key_mode_query, ledger_app=None):

print(
color(
"Waiting for your respond to the prompt on your Ledger Device...",
"Waiting for your response to the prompt on your Ledger Device...",
color_green,
)
)
Expand Down

0 comments on commit 9e1d4b9

Please sign in to comment.