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 23, 2024
1 parent 4ccd8aa commit f37bbca
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 @@ -188,7 +188,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 f37bbca

Please sign in to comment.