summaryrefslogtreecommitdiffstats
path: root/accounts
diff options
context:
space:
mode:
Diffstat (limited to 'accounts')
-rw-r--r--accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml2
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 309fa443..7468669c 100644
--- a/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml
+++ b/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml
@@ -23,7 +23,6 @@ import org.kube.framework 1.0 as Kube
23import org.kube.accounts.kolabnow 1.0 as KolabnowAccount 23import org.kube.accounts.kolabnow 1.0 as KolabnowAccount
24 24
25Item { 25Item {
26
27 property string accountId 26 property string accountId
28 property string heading: qsTr("Connect your Kolab Now account") 27 property string heading: qsTr("Connect your Kolab Now account")
29 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.")
@@ -57,6 +56,7 @@ Item {
57 } 56 }
58 Kube.RequiredTextField { 57 Kube.RequiredTextField {
59 id: nameField 58 id: nameField
59 focus: true
60 Layout.fillWidth: true 60 Layout.fillWidth: true
61 placeholderText: qsTr("Your name") 61 placeholderText: qsTr("Your name")
62 text: kolabnowSettings.userName 62 text: kolabnowSettings.userName