From e10ee53a590cae31b97aa6de161b0ddf2a6be921 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Wed, 4 Jul 2018 21:29:09 +0200 Subject: [PATCH] fix a typo --- nymea-app/ui/LoginPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nymea-app/ui/LoginPage.qml b/nymea-app/ui/LoginPage.qml index 9451a57d..9bdfd81d 100644 --- a/nymea-app/ui/LoginPage.qml +++ b/nymea-app/ui/LoginPage.qml @@ -30,7 +30,7 @@ Page { message = qsTr("The email you've entered isn't valid.") break; case "UserErrorDuplicateUserId": - message = qsTr("The email you've entered is already userd.") + message = qsTr("The email you've entered is already used.") break; case "UserErrorBadPassword": message = qsTr("The password you've chose is too weak.")