mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
UI: Change more UI/UX reflect SideStore branding.
Signed-off-by: Stern <stern@sidestore.io>
This commit is contained in:
@@ -206,7 +206,7 @@ struct OperationError: ALTLocalizedError {
|
||||
|
||||
case .sourceNotAdded:
|
||||
let sourceName = self.sourceName.map { String(format: NSLocalizedString("The source “%@”", comment: ""), $0) } ?? NSLocalizedString("The source", comment: "")
|
||||
return String(format: NSLocalizedString("%@ is not added to AltStore.", comment: ""), sourceName)
|
||||
return String(format: NSLocalizedString("%@ is not added to SideStore.", comment: ""), sourceName)
|
||||
|
||||
case .appNotFound:
|
||||
let appName = self.appName ?? NSLocalizedString("The app", comment: "")
|
||||
|
||||
@@ -195,7 +195,7 @@ struct VerificationError: ALTLocalizedError
|
||||
case .undeclaredPermissions:
|
||||
guard let permissionsDescription else { return nil }
|
||||
|
||||
let baseMessage = NSLocalizedString("These permissions must be declared by the source in order for AltStore to install this app:", comment: "")
|
||||
let baseMessage = NSLocalizedString("These permissions must be declared by the source in order for SideStore to install this app:", comment: "")
|
||||
let recoverySuggestion = [baseMessage, permissionsDescription].joined(separator: "\n\n")
|
||||
return recoverySuggestion
|
||||
|
||||
|
||||
@@ -151,7 +151,7 @@ private extension VerifyAppPledgeOperation
|
||||
|
||||
Logger.sideload.debug("Patreon Auth cookie: \(authCookie.name)=\(authCookie.value)")
|
||||
|
||||
let message = NSLocalizedString("You're signed into Patreon but haven't connected your account with AltStore.\n\nPlease connect your account to download Patreon-exclusive apps.", comment: "")
|
||||
let message = NSLocalizedString("You're signed into Patreon but haven't connected your account with SideStore.\n\nPlease connect your account to download Patreon-exclusive apps.", comment: "")
|
||||
let action = await UIAlertAction(title: NSLocalizedString("Connect Patreon Account", comment: ""), style: .default)
|
||||
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user