diff options
-rw-r--r-- | accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml b/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml index 01dd3db6..4161bc49 100644 --- a/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml +++ b/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml | |||
@@ -25,7 +25,7 @@ import org.kube.accounts.kolabnow 1.0 as KolabnowAccount | |||
25 | Item { | 25 | Item { |
26 | property string accountId | 26 | property string accountId |
27 | property string heading: qsTr("Connect your Kolab Now account") | 27 | property string heading: qsTr("Connect your Kolab Now account") |
28 | property string subheadline: qsTr("Please fill in your name and email address.") | 28 | property string subheadline: qsTr("Please fill in your name and email address. No account yet? <a href='https://kolabnow.com/kube-campaign/'>Sign up now!</a>") |
29 | property bool valid: nameField.acceptableInput && emailField.acceptableInput | 29 | property bool valid: nameField.acceptableInput && emailField.acceptableInput |
30 | implicitHeight: grid.implicitHeight | 30 | implicitHeight: grid.implicitHeight |
31 | 31 | ||