diff --git a/ui/app/AppLayouts/Profile/LeftTab.qml b/ui/app/AppLayouts/Profile/LeftTab.qml index f728fc9088..99624763e0 100644 --- a/ui/app/AppLayouts/Profile/LeftTab.qml +++ b/ui/app/AppLayouts/Profile/LeftTab.qml @@ -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 diff --git a/ui/app/AppMain.qml b/ui/app/AppMain.qml index cc1bcc28ba..3553d05fcb 100644 --- a/ui/app/AppMain.qml +++ b/ui/app/AppMain.qml @@ -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)