1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 15:38:11 +00:00

core/reset: modify confirmation sentence

This commit is contained in:
Tomas Susanka 2019-08-09 15:50:56 +02:00
parent 35ecfbcb3d
commit 024f4d64af

View File

@ -380,8 +380,8 @@ async def _slip39_show_share_words(ctx, share_index, share_words):
text.mono("%s. %s" % (index + 1, word))
shares_words_check.append(word)
text.br_half()
text.bold("I confirm that I wrote")
text.bold("down all %s words." % len(share_words))
text.bold("I wrote down all %s" % len(share_words))
text.bold("words in order.")
pages.append(text)
# pagination