diff options
-rw-r--r-- | accounts/imap/package/contents/ui/ImapAccountSettings.qml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/accounts/imap/package/contents/ui/ImapAccountSettings.qml b/accounts/imap/package/contents/ui/ImapAccountSettings.qml index 83886572..01fbb46d 100644 --- a/accounts/imap/package/contents/ui/ImapAccountSettings.qml +++ b/accounts/imap/package/contents/ui/ImapAccountSettings.qml | |||
@@ -61,8 +61,9 @@ Item { | |||
61 | width: parent.width | 61 | width: parent.width |
62 | 62 | ||
63 | text: "To let Kube access your account, fill in email address, username, password and give the account a title that will be displayed inside Kube. For information about which SMTP, IMAP server, which authentification and port to be used, please contact your email provider" | 63 | text: "To let Kube access your account, fill in email address, username, password and give the account a title that will be displayed inside Kube. For information about which SMTP, IMAP server, which authentification and port to be used, please contact your email provider" |
64 | //TODO wait for kirgami theme disabled text color | 64 | |
65 | opacity: 0.5 | 65 | color: Kirigami.Theme.disabledTextColor |
66 | |||
66 | wrapMode: Text.Wrap | 67 | wrapMode: Text.Wrap |
67 | } | 68 | } |
68 | 69 | ||