1
0
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:
Pavol Rusnak 2014-12-16 18:45:39 +01:00
parent 0e92d4c588
commit 309604d286

View File

@ -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 {