Mobile UI: fix typo in disabled planner setup

While this is disabled and is unlikely to be completed, the typo caused
confusion with translators.

This shows one of the weaknesses of the way we set up our translations, in that
always both desktop and mobile are translated together, and disabled code is
also included in those translations, causing unnecessary work for the
translators.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-03-04 08:03:24 -08:00
parent bd1e0eea51
commit 9f8d593a15

View file

@ -214,7 +214,7 @@ TemplatePage {
}
TemplateRadioButton {
text: qsTr("Bühlmannh deco")
text: qsTr("Bühlmann deco")
Layout.columnSpan: 2
checked: Backend.planner_deco_mode === Enums.BUEHLMANN
onClicked: {