Update header in login page

Signed-off-by: Martin Lukas <martin.lukas@chargebyte.com>
pull/1093/head
Martin Lukas 2024-09-04 11:09:20 +02:00
parent 71c68ff5b9
commit 19a7a0ef4d
1 changed files with 1 additions and 1 deletions

View File

@ -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()
}