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