mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 05:28:40 +00:00
make wording more verbose (in SignIdentity)
This commit is contained in:
parent
eefa689b33
commit
82308d8a38
@ -265,7 +265,7 @@ void layoutAddress(const char *address, const char *desc)
|
|||||||
void layoutSignIdentity(const IdentityType *identity, const char *challenge)
|
void layoutSignIdentity(const IdentityType *identity, const char *challenge)
|
||||||
{
|
{
|
||||||
layoutDialogSwipe(DIALOG_ICON_QUESTION, "Cancel", "Confirm",
|
layoutDialogSwipe(DIALOG_ICON_QUESTION, "Cancel", "Confirm",
|
||||||
"Sign identity?",
|
"Login using this identity?",
|
||||||
identity->has_proto ? identity->proto : NULL,
|
identity->has_proto ? identity->proto : NULL,
|
||||||
identity->has_user ? identity->user : NULL,
|
identity->has_user ? identity->user : NULL,
|
||||||
identity->has_host ? identity->host : NULL,
|
identity->has_host ? identity->host : NULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user