diff --git a/src/views/app.js b/src/views/app.js index e8cf0c690..8b447a3fe 100644 --- a/src/views/app.js +++ b/src/views/app.js @@ -39,7 +39,7 @@ angular.module('Application').controller('AppController', ['$scope', '$location' $scope.setView = function (view) { if ($scope.view === view) return; - // on error only allow uninstall or debug view + // on error only allow uninstall or repair view if ($scope.app.error && view !== 'uninstall') view = 'repair'; $route.updateParams({ view: view }); diff --git a/src/views/apps.html b/src/views/apps.html index b97afc156..4fdb0ff97 100644 --- a/src/views/apps.html +++ b/src/views/apps.html @@ -75,7 +75,7 @@