diff --git a/firmware/layout2.c b/firmware/layout2.c index 098e5ae..4ea17ba 100644 --- a/firmware/layout2.c +++ b/firmware/layout2.c @@ -265,7 +265,7 @@ void layoutAddress(const char *address, const char *desc) void layoutSignIdentity(const IdentityType *identity, const char *challenge) { layoutDialogSwipe(DIALOG_ICON_QUESTION, "Cancel", "Confirm", - "Login using this identity?", + "Sign in using this identity?", identity->has_proto ? identity->proto : NULL, identity->has_user ? identity->user : NULL, identity->has_host ? identity->host : NULL,