From 5e05da7bbb4d2d4c119cb70e23f0cbe5cb4aa405 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Fri, 18 Dec 2020 18:43:13 -0800 Subject: [PATCH] Revise the text that tells the person to check their web browser for their Feedly login. Fix #2596. --- .../Accounts/AccountsPreferencesViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/Preferences/Accounts/AccountsPreferencesViewController.swift b/Mac/Preferences/Accounts/AccountsPreferencesViewController.swift index e7cf43fa6..ce61cc8a7 100644 --- a/Mac/Preferences/Accounts/AccountsPreferencesViewController.swift +++ b/Mac/Preferences/Accounts/AccountsPreferencesViewController.swift @@ -196,7 +196,7 @@ extension AccountsPreferencesViewController: AccountsPreferencesAddAccountDelega alert.messageText = NSLocalizedString("Waiting for access to Feedly", comment: "Alert title when adding a Feedly account and waiting for authorization from the user.") - alert.informativeText = NSLocalizedString("Your default web browser will open the Feedly login for you to authorize access.", + alert.informativeText = NSLocalizedString("A web browser will open the Feedly login for you to authorize access.", comment: "Alert informative text when adding a Feedly account and waiting for authorization from the user.") alert.addButton(withTitle: NSLocalizedString("Cancel", comment: "Cancel"))