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

@@ -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)
}
}
}

View File

@@ -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
}