Update Account/Sources/Account/Feedly/FeedlyAccountDelegateError.swift

Reword slightly as per review.

Co-authored-by: Jed Fox <git@jedfox.com>
This commit is contained in:
Rene Hexel 2021-03-14 06:01:37 +10:00 committed by GitHub
parent 8e10d45903
commit 45d26bee12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.")