Skip to content

Commit

Permalink
Fix settings' panel tabs not translatable
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jul 24, 2024
1 parent 9f449c2 commit 500cb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qml/QFieldSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Page {

QfTabBar {
id: bar
model: ["General", "Positioning", "Variables"]
model: [qsTr("General"), qsTr("Positioning"), qsTr("Variables")]
Layout.fillWidth: true
Layout.preferredHeight: defaultHeight
}
Expand Down

0 comments on commit 500cb95

Please sign in to comment.