diff options
-rw-r--r-- | mobile-widgets/qml/TemplateTitle.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/TemplateTitle.qml b/mobile-widgets/qml/TemplateTitle.qml index fabb482b2..983e89edc 100644 --- a/mobile-widgets/qml/TemplateTitle.qml +++ b/mobile-widgets/qml/TemplateTitle.qml @@ -15,7 +15,7 @@ Item { font.pointSize: subsurfaceTheme.titlePointSize font.bold: true anchors.horizontalCenter: parent.horizontalCenter - text: "using the TemplateTilte you need to set the title text" + text: "using the TemplateTitle you need to set the title text" } TemplateLine { anchors.top: myLabel.bottom |