From c031d9cf3d3a407f026100f62c6c41bd8d74060d Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Thu, 18 Oct 2018 15:23:14 +0200 Subject: [PATCH] improve wording in connectingpage --- nymea-app/ui/connection/ConnectingPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nymea-app/ui/connection/ConnectingPage.qml b/nymea-app/ui/connection/ConnectingPage.qml index f7797782..2f11739d 100644 --- a/nymea-app/ui/connection/ConnectingPage.qml +++ b/nymea-app/ui/connection/ConnectingPage.qml @@ -20,7 +20,7 @@ Page { running: parent.visible } Label { - text: qsTr("Trying to connect...") + text: qsTr("Connecting...") font.pixelSize: app.largeFont Layout.fillWidth: true wrapMode: Text.WordWrap