summaryrefslogtreecommitdiff
path: root/features/OnboardingForm.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'features/OnboardingForm.ui.qml')
-rw-r--r--features/OnboardingForm.ui.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/features/OnboardingForm.ui.qml b/features/OnboardingForm.ui.qml
index 13db636..b6a2cff 100644
--- a/features/OnboardingForm.ui.qml
+++ b/features/OnboardingForm.ui.qml
@@ -48,17 +48,17 @@ Page {
}
Text {
id: onboardingText1
- text: qsTr("Achieve more today, chill tomorrow.")
+ text: qsTr("Get things done today, chill tomorrow.")
anchors.bottom: registerButton.top
anchors.bottomMargin: 16
wrapMode: Text.WordWrap
anchors.right: parent.right
- anchors.rightMargin: 16
+ anchors.rightMargin: 72
anchors.left: parent.left
anchors.leftMargin: 16
font.pointSize: 24
font.family: "Work Sans"
- font.weight: Font.Medium
+ font.weight: Font.Bold
}
RoundButton {
id: registerButton