mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 23:48:12 +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++;
|
||||
}
|
||||
current_word[j] = 0; if (storage.mnemonic[i] != 0) i++;
|
||||
char desc[] = "##th word";
|
||||
char desc[] = "##th word is:";
|
||||
if (word_pos < 10) {
|
||||
desc[0] = ' ';
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user