diff --git a/src/js/main.js b/src/js/main.js index 7b1146a1b..b5c684064 100644 --- a/src/js/main.js +++ b/src/js/main.js @@ -74,7 +74,7 @@ angular.module('Application').controller('MainController', ['$scope', '$route', // warn user if dns config is not working (the 'configuring' flag detects if configureWebadmin is 'active') if (!$scope.status.webadminStatus.configuring && !$scope.status.webadminStatus.dns) { var dnsActionScope = $scope.$new(true); - dnsActionScope.action = '/#/certs'; + dnsActionScope.action = '/#/domains'; Client.notify('Invalid Domain Config', 'Unable to update DNS. Click here to update it.', true, 'error', dnsActionScope); }