diff options
Diffstat (limited to 'accounts/imap/package')
-rw-r--r-- | accounts/imap/package/contents/ui/ImapAccountSettings.qml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/accounts/imap/package/contents/ui/ImapAccountSettings.qml b/accounts/imap/package/contents/ui/ImapAccountSettings.qml index ca220f3e..c8131b6a 100644 --- a/accounts/imap/package/contents/ui/ImapAccountSettings.qml +++ b/accounts/imap/package/contents/ui/ImapAccountSettings.qml | |||
@@ -59,7 +59,7 @@ Item { | |||
59 | 59 | ||
60 | width: parent.width | 60 | width: parent.width |
61 | 61 | ||
62 | text: "To let Kube access your account, fill in email adress, 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" | 62 | 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 | //TODO wait for kirgami theme disabled text color | 63 | //TODO wait for kirgami theme disabled text color |
64 | opacity: 0.5 | 64 | opacity: 0.5 |
65 | wrapMode: Text.Wrap | 65 | wrapMode: Text.Wrap |
@@ -94,7 +94,7 @@ Item { | |||
94 | } | 94 | } |
95 | 95 | ||
96 | Kirigami.Label { | 96 | Kirigami.Label { |
97 | text: "Email adress" | 97 | text: "Email address" |
98 | Layout.alignment: Qt.AlignRight | 98 | Layout.alignment: Qt.AlignRight |
99 | } | 99 | } |
100 | TextField { | 100 | TextField { |
@@ -135,7 +135,7 @@ Item { | |||
135 | } | 135 | } |
136 | 136 | ||
137 | Kirigami.Label { | 137 | Kirigami.Label { |
138 | text: "IMAP adress" | 138 | text: "IMAP address" |
139 | Layout.alignment: Qt.AlignRight | 139 | Layout.alignment: Qt.AlignRight |
140 | } | 140 | } |
141 | TextField { | 141 | TextField { |
@@ -159,7 +159,7 @@ Item { | |||
159 | } | 159 | } |
160 | 160 | ||
161 | Kirigami.Label { | 161 | Kirigami.Label { |
162 | text: "Smtp adress" | 162 | text: "Smtp address" |
163 | Layout.alignment: Qt.AlignRight | 163 | Layout.alignment: Qt.AlignRight |
164 | } | 164 | } |
165 | TextField { | 165 | TextField { |