diff options
Diffstat (limited to 'mobile-widgets/qml/StartPage.qml')
-rw-r--r-- | mobile-widgets/qml/StartPage.qml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mobile-widgets/qml/StartPage.qml b/mobile-widgets/qml/StartPage.qml index 3c4db1b73..18245bc85 100644 --- a/mobile-widgets/qml/StartPage.qml +++ b/mobile-widgets/qml/StartPage.qml @@ -17,7 +17,7 @@ Kirigami.ScrollablePage { Layout.topMargin: 0 property int headingLevel: 3 } - Controls.Label { + TemplateLabel { id: messageArea Layout.fillWidth: true Layout.margins: Kirigami.Units.gridUnit @@ -25,7 +25,7 @@ Kirigami.ScrollablePage { text: manager.startPageText wrapMode: Text.WordWrap } - Controls.Label { + TemplateLabel { id: explanationTextBasic visible: Backend.cloud_verification_status !== Enums.CS_NEED_TO_VERIFY Layout.fillWidth: true @@ -38,7 +38,7 @@ Kirigami.ScrollablePage { "the no cloud button above.") wrapMode: Text.WordWrap } - Controls.Label { + TemplateLabel { id: explanationTextPin visible: Backend.cloud_verification_status === Enums.CS_NEED_TO_VERIFY Layout.fillWidth: true |