python: typo in trezorctl

pull/539/head
Pavol Rusnak 5 years ago
parent d1f36f42c0
commit ae6d02edf5
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -809,7 +809,7 @@ def firmware_update(
try:
if f.major_version == 1 and f.firmware_present is not False:
# Trezor One does not send ButtonRequest
click.echo("Please confirm action on your Trezor device")
click.echo("Please confirm the action on your Trezor device")
return firmware.update(client, data)
except exceptions.Cancelled:
click.echo("Update aborted on device.")

Loading…
Cancel
Save