mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-29 08:40:57 +00:00
parent
cfe8a98c68
commit
a82bbbb30d
@ -250,7 +250,7 @@ void layoutCipherKeyValue(bool encrypt, const char *key)
|
||||
{
|
||||
const char **str = split_message((const uint8_t *)key, strlen(key), 16);
|
||||
layoutDialogSwipe(&bmp_icon_question, _("Cancel"), _("Confirm"),
|
||||
encrypt ? _("Encode value of this key?") : _("Decode value of this key?"),
|
||||
encrypt ? _("Encrypt value of this key?") : _("Decrypt value of this key?"),
|
||||
str[0], str[1], str[2], str[3], NULL, NULL);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user