mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-17 11:58:13 +00:00
python: add period at end of sentence
This commit is contained in:
parent
2402853b9c
commit
a40f1e00ed
@ -67,7 +67,7 @@ class ClickUI:
|
|||||||
|
|
||||||
def button_request(self, code):
|
def button_request(self, code):
|
||||||
if not self.prompt_shown:
|
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:
|
if not self.always_prompt:
|
||||||
self.prompt_shown = True
|
self.prompt_shown = True
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user