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

@@ -387,7 +387,7 @@ extension AppManager
{
let (sourceName, sourceID) = await $source.perform { ($0.name, $0.identifier) }
guard sourceID != Source.altStoreIdentifier else {
throw OperationError.forbidden(failureReason: NSLocalizedString("The default AltStore source cannot be removed.", comment: ""))
throw OperationError.forbidden(failureReason: NSLocalizedString("The default SideStore source cannot be removed.", comment: ""))
}
let title = String(format: NSLocalizedString("Are you sure you want to remove the source “%@”?", comment: ""), sourceName)