Skip to content

Commit

Permalink
Update safe_cli/operators/safe_tx_service_operator.py
Browse files Browse the repository at this point in the history
Co-authored-by: Uxío <Uxio0@users.noreply.github.com>
  • Loading branch information
moisses89 and Uxio0 committed Feb 1, 2024
1 parent f5e05d6 commit e3c58cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safe_cli/operators/safe_tx_service_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def sign_message(
if hw_wallet_signers:
print_formatted_text(
HTML(
"<ansired>Sign messages are not currently supported by hardware wallets</ansired>"
"<ansired>Signing messages is not currently supported by hardware wallets</ansired>"
)
)
return False
Expand Down

0 comments on commit e3c58cd

Please sign in to comment.