fix(@desktop/profile): change headline to settings

Fixes #3429

fix(@desktop/profile): change headline to settings

Fixes #3429

rename profile section to settings
This commit is contained in:
Pascal Precht 2021-09-09 11:38:52 +02:00 committed by Iuri Matias
parent 7cfa8272a4
commit 40dd69ca80
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ Item {
StatusNavigationPanelHeadline {
id: title
text: qsTr("Profile")
text: qsTr("Settings")
anchors.top: parent.top
anchors.topMargin: Style.current.padding
anchors.horizontalCenter: parent.horizontalCenter

View File

@ -404,8 +404,8 @@ Item {
StatusNavBarTabButton {
id: profileBtn
//% "Profile"
tooltip.text: qsTrId("profile")
//% "Settings"
tooltip.text: qsTrId("settings")
icon.name: "profile"
checked: appView.currentIndex == Utils.getAppSectionIndex(Constants.profile)
onClicked: appMain.changeAppSection(Constants.profile)