From 2a7033128b53551601eaaf7a02008e74ac80f64c Mon Sep 17 00:00:00 2001 From: Minijackson Date: Thu, 23 Aug 2018 13:21:29 +0200 Subject: Rename GMail -> Google in the UI only --- accounts/gmail/qml/AccountSettings.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'accounts/gmail/qml/AccountSettings.qml') 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 Item { property string accountId - property string heading: qsTr("Connect your GMail account") + property string heading: qsTr("Connect your Google account") 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.") property bool valid: true implicitHeight: grid.implicitHeight @@ -52,7 +52,7 @@ Item { rowSpacing: Kube.Units.largeSpacing Kube.Label { - text: "Please note that GMail requires you to configure your account to allow IMAP connections from Kube: + text: "Please note that Google requires you to configure your account to allow IMAP connections from Kube:
  1. See https://support.google.com/mail/answer/7126229 to configure your account to allow IMAP connections.
  2. Visit https://myaccount.google.com/lesssecureapps and enable the setting to allow Kube to connect to your account." -- cgit v1.2.3