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))