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