diff --git a/nymea-app/ui/connection/LoginPage.qml b/nymea-app/ui/connection/LoginPage.qml index e0d316d8..47895f03 100644 --- a/nymea-app/ui/connection/LoginPage.qml +++ b/nymea-app/ui/connection/LoginPage.qml @@ -39,7 +39,7 @@ SettingsPageBase { signal backPressed(); header: NymeaHeader { - text: qsTr("Welcome to %1!").arg(Configuration.systemName) + text: qsTr("Welcome!") backButtonVisible: true onBackPressed: root.backPressed() }