Skip to content

Commit 6bf290e

Browse files
committed
Updated "Installing AltStore" notification to "SideStore"
1 parent 2997f3d commit 6bf290e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AltServer/Devices/ALTDeviceManager+Installation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ extension ALTDeviceManager
102102
if !url.isFileURL
103103
{
104104
// Show alert before downloading remote .ipa.
105-
self.showInstallationAlert(appName: NSLocalizedString("AltStore", comment: ""), deviceName: device.name)
105+
self.showInstallationAlert(appName: NSLocalizedString("SideStore", comment: ""), deviceName: device.name)
106106
}
107107

108108
self.prepare(device) { (result) in

0 commit comments

Comments
 (0)