diff --git a/AltServer/Devices/ALTDeviceManager+Installation.swift b/AltServer/Devices/ALTDeviceManager+Installation.swift index e772655e..b2af4ef0 100644 --- a/AltServer/Devices/ALTDeviceManager+Installation.swift +++ b/AltServer/Devices/ALTDeviceManager+Installation.swift @@ -167,7 +167,7 @@ extension ALTDeviceManager if ipaFileURL == nil { // Show alert before downloading remote .ipa. - self.showInstallationAlert(appName: NSLocalizedString("AltStore", comment: ""), deviceName: device.name) + self.showInstallationAlert(appName: NSLocalizedString("AltStore", comment: ""), deviceName: altDevice.name) } self.prepare(device) { (result) in @@ -191,7 +191,7 @@ extension ALTDeviceManager if ipaFileURL != nil { // Show alert after "downloading" local .ipa. - self.showInstallationAlert(appName: application.name, deviceName: device.name) + self.showInstallationAlert(appName: application.name, deviceName: altDevice.name) } appName = application.name