1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-17 01:52:02 +00:00

fix wording

This commit is contained in:
Pavol Rusnak 2016-04-25 23:46:36 +02:00
parent 035a6e754f
commit b8539a6972
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -201,7 +201,7 @@ void layoutVerifyAddress(const char *address)
const char **str = split_message((const uint8_t *)address, strlen(address), 17);
layoutDialogSwipe(DIALOG_ICON_INFO, "Cancel", "Confirm",
"Confirm address?",
"Address from signature:",
"Message signed by:",
NULL, str[0], str[1], str[2], NULL);
}