diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-10-23 15:58:00 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-10-24 00:49:39 +0200 |
commit | 7baaa3b16d920f54afcb419340f782b0a5d98703 (patch) | |
tree | 6eaed291bba77b59504946c687a074048fcda49e /accounts | |
parent | 005cf1cc08e10ec0f7da057964a56cd889629f2f (diff) | |
download | kube-7baaa3b16d920f54afcb419340f782b0a5d98703.tar.gz kube-7baaa3b16d920f54afcb419340f782b0a5d98703.zip |
Sign up link for Kolab Now
Diffstat (limited to 'accounts')
-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 | ||