mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-16 11:28:14 +00:00
Fix key constant in config_setLanguage(). Update trezor-storage.
This commit is contained in:
parent
679174ea7a
commit
a7fcf9b036
@ -481,7 +481,7 @@ void config_setLanguage(const char *lang)
|
||||
if (strcmp(lang, "english") != 0) {
|
||||
return;
|
||||
}
|
||||
storage_set(KEY_LABEL, lang, strnlen(lang, MAX_LANGUAGE_LEN));
|
||||
storage_set(KEY_LANGUAGE, lang, strnlen(lang, MAX_LANGUAGE_LEN));
|
||||
}
|
||||
|
||||
void config_setPassphraseProtection(bool passphrase_protection)
|
||||
|
2
vendor/trezor-storage
vendored
2
vendor/trezor-storage
vendored
@ -1 +1 @@
|
||||
Subproject commit 2888c1109563f32febb2eda9aed1130c07c6672b
|
||||
Subproject commit 8fc03a5a95d3b75b29909a9f030fd74b294bf63b
|
Loading…
Reference in New Issue
Block a user