UI: Change more UI/UX reflect SideStore branding.

Signed-off-by: Stern <stern@sidestore.io>
This commit is contained in:
Stern
2024-12-14 18:23:33 -05:00
committed by Magesh K
parent b7b5f50e69
commit 7dc37d82e3
13 changed files with 57 additions and 129 deletions

View File

@@ -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: "")