From 11a4c3afa5df49ac4bbd5f4baa614bcc4b2bddb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Mon, 13 Feb 2023 17:45:57 +0800 Subject: String optimisations and some decapitalisation. --- SignInFlickable.ui.qml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/SignInFlickable.ui.qml b/SignInFlickable.ui.qml index 15fd3e3..bff46de 100644 --- a/SignInFlickable.ui.qml +++ b/SignInFlickable.ui.qml @@ -34,7 +34,7 @@ Flickable { Label { id: signInTitle - text: qsTr("Login Into Eduport") + text: qsTr("Login into Eduport") wrapMode: Text.Wrap Layout.fillWidth: true font.family: heebo.name @@ -45,9 +45,7 @@ Flickable { Label { id: signInSubtitle color: "#6c757d" - text: qsTr("Nice to see you! " - + "Please log in with " - + "your account.") + text: qsTr("Nice to see you! Please log in with your account.") wrapMode: Text.Wrap Layout.fillWidth: true font.weight: Font.Normal @@ -134,8 +132,7 @@ Flickable { } Label { id: passwordHelper - text: "Your password must be 8 " - + "characters at least" + text: "Your password must be 8 characters at least" font.pixelSize: 12 color: "#6c757d" } @@ -157,8 +154,7 @@ Flickable { } Text { id: forgotPassword - text: "Forgot " - + "password?" + text: "Forgot password?" font.family: "Roboto" font.pointSize: 14 horizontalAlignment: Text.AlignRight @@ -203,8 +199,7 @@ Flickable { } Text { id: signUp - text: "Signup " - + "here" + text: "Signup here" font.pixelSize: 16 font.family: "Roboto" font.underline: false -- cgit v1.2.3