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:
parent
7cfa8272a4
commit
40dd69ca80
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue