mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-27 08:58:28 +00:00
fix wording
This commit is contained in:
parent
035a6e754f
commit
b8539a6972
@ -201,7 +201,7 @@ void layoutVerifyAddress(const char *address)
|
|||||||
const char **str = split_message((const uint8_t *)address, strlen(address), 17);
|
const char **str = split_message((const uint8_t *)address, strlen(address), 17);
|
||||||
layoutDialogSwipe(DIALOG_ICON_INFO, "Cancel", "Confirm",
|
layoutDialogSwipe(DIALOG_ICON_INFO, "Cancel", "Confirm",
|
||||||
"Confirm address?",
|
"Confirm address?",
|
||||||
"Address from signature:",
|
"Message signed by:",
|
||||||
NULL, str[0], str[1], str[2], NULL);
|
NULL, str[0], str[1], str[2], NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user