mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-14 17:23: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: "")
|
||||
|
||||
Reference in New Issue
Block a user