From 127204637532325c354f4b7768b07418726ec8ba Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Mon, 2 Mar 2015 19:58:33 +0100 Subject: [PATCH] login -> sign in --- firmware/layout2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/layout2.c b/firmware/layout2.c index 098e5ae14..4ea17ba10 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,