mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-20 13:28:10 +00:00
login -> sign in
This commit is contained in:
parent
402886e00d
commit
1272046375
@ -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",
|
||||||
"Login using this identity?",
|
"Sign in 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