diff --git a/AltStore/My Apps/MyAppsViewController.swift b/AltStore/My Apps/MyAppsViewController.swift index 40d3d844..dc2f8b5b 100644 --- a/AltStore/My Apps/MyAppsViewController.swift +++ b/AltStore/My Apps/MyAppsViewController.swift @@ -1135,7 +1135,7 @@ private extension MyAppsViewController } catch { - print("Failed to activate app:", error) + print("Failed to deactivate app:", error) DispatchQueue.main.async { installedApp.isActive = true