Renames ALTLocalizedError.errorFailure to failure

Better matches LocalizedError’s failureReason, recoverySuggestion, and helpAnchor naming.
This commit is contained in:
Riley Testut
2021-02-26 15:25:10 -06:00
parent 2354f85998
commit acc202031c
3 changed files with 6 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ enum VerificationError: ALTLocalizedError
}
}
var errorFailure: String? {
var failure: String? {
return String(format: NSLocalizedString("“%@” could not be installed.", comment: ""), app.name)
}