Correct a typo in Thermostat example

Pick-to: 6.5
Change-Id: Ifcfb7005fb95ad7851e701fd7cbb287f4341f086
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
(cherry picked from commit 44c9b5162f)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 9ff47ec545)
This commit is contained in:
Chris Lerner 2024-04-04 10:12:16 +02:00 committed by Qt Cherry-pick Bot
parent 968590c264
commit 617f0777ae
1 changed files with 1 additions and 1 deletions

View File

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