mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-11 09:14:06 +01:00
Provide additional help to users with persistent Feedly authorization issues.
This commit is contained in:
parent
3d3b1088c0
commit
8e10d45903
@ -23,7 +23,7 @@ enum FeedlyAccountDelegateError: LocalizedError {
|
||||
var errorDescription: String? {
|
||||
switch self {
|
||||
case .notLoggedIn:
|
||||
return NSLocalizedString("Please add the Feedly account again.", comment: "Feedly – Credentials not found.")
|
||||
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.")
|
||||
|
||||
case .unexpectedResourceId(let resourceId):
|
||||
let template = NSLocalizedString("Could not encode the identifier “%@”.", comment: "Feedly – Could not encode resource id to send to Feedly.")
|
||||
|
Loading…
Reference in New Issue
Block a user