From 45d26bee1232ce9e850e09f556b7833d28bb4c28 Mon Sep 17 00:00:00 2001 From: Rene Hexel Date: Sun, 14 Mar 2021 06:01:37 +1000 Subject: [PATCH] Update Account/Sources/Account/Feedly/FeedlyAccountDelegateError.swift Reword slightly as per review. Co-authored-by: Jed Fox --- Account/Sources/Account/Feedly/FeedlyAccountDelegateError.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Account/Sources/Account/Feedly/FeedlyAccountDelegateError.swift b/Account/Sources/Account/Feedly/FeedlyAccountDelegateError.swift index 02dec2c51..3c7a42ef9 100644 --- a/Account/Sources/Account/Feedly/FeedlyAccountDelegateError.swift +++ b/Account/Sources/Account/Feedly/FeedlyAccountDelegateError.swift @@ -23,7 +23,7 @@ enum FeedlyAccountDelegateError: LocalizedError { var errorDescription: String? { switch self { case .notLoggedIn: - return NSLocalizedString("Please add the Feedly account again. If this problem persists, open the KeyChain app, delete all feedly.com entries, then try again.", comment: "Feedly – Credentials not found.") + return NSLocalizedString("Please add the Feedly account again. If this problem persists, open Keychain Access and delete all feedly.com entries, then try again.", comment: "Feedly – Credentials not found.") case .unexpectedResourceId(let resourceId): let template = NSLocalizedString("Could not encode the identifier “%@”.", comment: "Feedly – Could not encode resource id to send to Feedly.")