Skip to content

Commit

Permalink
Update conversion factor for miles
Browse files Browse the repository at this point in the history
  • Loading branch information
vicr123 committed Jun 9, 2024
1 parent 85dc1a3 commit 6cd57c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/units/UnitSelectionModel.qml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ListModel {
},
ListElement {
name: qsTr("Miles")
toBase: "1609.34"
toBase: "1609.344"
suffix: " mi"
},
ListElement {
Expand Down

0 comments on commit 6cd57c9

Please sign in to comment.