mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Renames ALTLocalizedError.errorFailure to failure
Better matches LocalizedError’s failureReason, recoverySuggestion, and helpAnchor naming.
This commit is contained in:
@@ -24,7 +24,7 @@ enum VerificationError: ALTLocalizedError
|
||||
}
|
||||
}
|
||||
|
||||
var errorFailure: String? {
|
||||
var failure: String? {
|
||||
return String(format: NSLocalizedString("“%@” could not be installed.", comment: ""), app.name)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user