Update header in login page
Signed-off-by: Martin Lukas <martin.lukas@chargebyte.com>pull/1093/head
parent
71c68ff5b9
commit
19a7a0ef4d
|
|
@ -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()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue