1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-17 20:08:12 +00:00

python: add period at end of sentence

This commit is contained in:
matejcik 2020-03-24 16:03:55 +01:00
parent 2402853b9c
commit a40f1e00ed

View File

@ -67,7 +67,7 @@ class ClickUI:
def button_request(self, code):
if not self.prompt_shown:
echo("Please confirm action on your Trezor device")
echo("Please confirm action on your Trezor device.")
if not self.always_prompt:
self.prompt_shown = True