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:
parent
bd1e0eea51
commit
9f8d593a15
@ -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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user