summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-02-13 17:45:57 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-02-13 17:45:57 +0800
commit11a4c3afa5df49ac4bbd5f4baa614bcc4b2bddb7 (patch)
treeccb2b3935c79b4ad7eacfaccde8b149c11db5e12
parentc8ebc9f7f5643900e7b3e502ee7982adb9cbd56d (diff)
String optimisations
and some decapitalisation.
-rw-r--r--SignInFlickable.ui.qml15
1 files 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: "<a href=\"#\">Forgot "
- + "password?</a>"
+ text: "<a href=\"#\">Forgot password?</a>"
font.family: "Roboto"
font.pointSize: 14
horizontalAlignment: Text.AlignRight
@@ -203,8 +199,7 @@ Flickable {
}
Text {
id: signUp
- text: "<a href=\"sign-up.html\">Signup "
- + "here</a>"
+ text: "<a href=\"sign-up.html\">Signup here</a>"
font.pixelSize: 16
font.family: "Roboto"
font.underline: false