summaryrefslogtreecommitdiffstats
path: root/examples/demos
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demos')
-rw-r--r--examples/demos/thermostat/content/TemperatureInfoForm.ui.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demos/thermostat/content/TemperatureInfoForm.ui.qml b/examples/demos/thermostat/content/TemperatureInfoForm.ui.qml
index 9f561ba89..86ef47956 100644
--- a/examples/demos/thermostat/content/TemperatureInfoForm.ui.qml
+++ b/examples/demos/thermostat/content/TemperatureInfoForm.ui.qml
@@ -18,7 +18,7 @@ ThermostatInfo {
title: qsTr("Temperature")
leftIcon: "images/temperature"
- topLabel: qsTr("Avarage: %1°C".arg(avgTempValue))
+ topLabel: qsTr("Average: %1°C".arg(avgTempValue))
bottomLeftLabel: qsTr("Minimum: %1°C".arg(minTempValue))
bottomLeftIcon: "images/minTemp.svg"
bottomRightLabel: qsTr("Maximum: %1°C".arg(maxTempValue))