mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-13 00:33:28 +01:00
UI: Change more UI/UX reflect SideStore branding.
Signed-off-by: Stern <stern@sidestore.io>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user