mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-18 10:32:02 +00:00
change setup wording
This commit is contained in:
parent
0e92d4c588
commit
309604d286
@ -106,7 +106,7 @@ void reset_entropy(const uint8_t *ext_entropy, uint32_t len)
|
|||||||
i++; j++;
|
i++; j++;
|
||||||
}
|
}
|
||||||
current_word[j] = 0; if (storage.mnemonic[i] != 0) i++;
|
current_word[j] = 0; if (storage.mnemonic[i] != 0) i++;
|
||||||
char desc[] = "##th word";
|
char desc[] = "##th word is:";
|
||||||
if (word_pos < 10) {
|
if (word_pos < 10) {
|
||||||
desc[0] = ' ';
|
desc[0] = ' ';
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user