diff options
Diffstat (limited to 'pages/Profile.qml')
-rw-r--r-- | pages/Profile.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/Profile.qml b/pages/Profile.qml index 46dd468..b72b108 100644 --- a/pages/Profile.qml +++ b/pages/Profile.qml @@ -5,6 +5,7 @@ CreateProfileForm { width: stackView.width height: stackView.height backButton.onClicked: stackView.pop() + titleLabel.text: qsTr("Edit Profile") skipButton.onClicked: { login.ticketSearch(User.name) stackView.push("qrc:/pages/Home.qml") |