mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-08 22:33:26 +01:00
UI: Change more UI/UX reflect SideStore branding.
Signed-off-by: Stern <stern@sidestore.io>
This commit is contained in:
@@ -393,7 +393,7 @@ private extension DatabaseManager
|
||||
}
|
||||
catch
|
||||
{
|
||||
print("Failed to copy AltStore app bundle to its proper location.", error)
|
||||
print("Failed to copy SideStore app bundle to its proper location.", error)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -384,7 +384,7 @@ open class MergePolicy: RSTRelationshipPreservingMergePolicy
|
||||
}
|
||||
catch
|
||||
{
|
||||
let nsError = error.serialized(withFailure: NSLocalizedString("AltStore's database could not be saved.", comment: ""))
|
||||
let nsError = error.serialized(withFailure: NSLocalizedString("SideStore's database could not be saved.", comment: ""))
|
||||
throw nsError
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user