summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--accounts/gmail/metadata.json2
-rw-r--r--accounts/gmail/qml/AccountSettings.qml4
2 files changed, 3 insertions, 3 deletions
diff --git a/accounts/gmail/metadata.json b/accounts/gmail/metadata.json
index 68c06971..0ad786f1 100644
--- a/accounts/gmail/metadata.json
+++ b/accounts/gmail/metadata.json
@@ -1,4 +1,4 @@
1{ 1{
2 "Name": "GMail", 2 "Name": "Google",
3 "RequiresKeyring": true 3 "RequiresKeyring": true
4} 4}
diff --git a/accounts/gmail/qml/AccountSettings.qml b/accounts/gmail/qml/AccountSettings.qml
index d7df5eaf..f93ad4a7 100644
--- a/accounts/gmail/qml/AccountSettings.qml
+++ b/accounts/gmail/qml/AccountSettings.qml
@@ -25,7 +25,7 @@ import org.kube.accounts.gmail 1.0 as GmailAccount
25Item { 25Item {
26 26
27 property string accountId 27 property string accountId
28 property string heading: qsTr("Connect your GMail account") 28 property string heading: qsTr("Connect your Google account")
29 property string subheadline: qsTr("To let Kube access your account, fill in email address, username and give the account a title that will be displayed inside Kube.") 29 property string subheadline: qsTr("To let Kube access your account, fill in email address, username and give the account a title that will be displayed inside Kube.")
30 property bool valid: true 30 property bool valid: true
31 implicitHeight: grid.implicitHeight 31 implicitHeight: grid.implicitHeight
@@ -52,7 +52,7 @@ Item {
52 rowSpacing: Kube.Units.largeSpacing 52 rowSpacing: Kube.Units.largeSpacing
53 53
54 Kube.Label { 54 Kube.Label {
55 text: "Please note that GMail requires you to configure your account to allow IMAP connections from Kube: 55 text: "Please note that Google requires you to configure your account to allow IMAP connections from Kube:
56<ol type=''> 56<ol type=''>
57<li> See <a href='https://support.google.com/mail/answer/7126229'>https://support.google.com/mail/answer/7126229</a> to configure your account to allow IMAP connections. 57<li> See <a href='https://support.google.com/mail/answer/7126229'>https://support.google.com/mail/answer/7126229</a> to configure your account to allow IMAP connections.
58<li> Visit <a href='https://myaccount.google.com/lesssecureapps'>https://myaccount.google.com/lesssecureapps</a> and enable the setting to allow Kube to connect to your account." 58<li> Visit <a href='https://myaccount.google.com/lesssecureapps'>https://myaccount.google.com/lesssecureapps</a> and enable the setting to allow Kube to connect to your account."