summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/Dashboard.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Dashboard.qml b/app/Dashboard.qml
index 8de2ad7..e031d34 100644
--- a/app/Dashboard.qml
+++ b/app/Dashboard.qml
@@ -111,13 +111,13 @@ ApplicationWindow {
id: unit
anchors.left: speed.right
anchors.baseline: speed.baseline
- text: 'Km/h'
+ text: 'mph' //'Km/h'
font.pixelSize: 64
}
Label {
anchors.left: unit.left
anchors.top: unit.bottom
- text: '100,000.5 km'
+ text: '100,000.5 miles'
font.pixelSize: 32
opacity: 0.5
}