diff options
author | Minijackson <minijackson@riseup.net> | 2018-08-23 13:21:29 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2018-08-23 13:21:29 +0200 |
commit | 2a7033128b53551601eaaf7a02008e74ac80f64c (patch) | |
tree | 2e0249b40ca02ca4428c467bf181f0ccf7099bd6 /accounts/gmail/qml/AccountSettings.qml | |
parent | 5ae1fec189dadba2f5450cbb5d5c1b32bedcc48e (diff) | |
download | kube-2a7033128b53551601eaaf7a02008e74ac80f64c.tar.gz kube-2a7033128b53551601eaaf7a02008e74ac80f64c.zip |
Rename GMail -> Google in the UI onlybetter-google-account
Diffstat (limited to 'accounts/gmail/qml/AccountSettings.qml')
-rw-r--r-- | accounts/gmail/qml/AccountSettings.qml | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
25 | Item { | 25 | Item { |
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." |