diff --git a/src/views/support.js b/src/views/support.js index 404c20f2a..ab40b3836 100644 --- a/src/views/support.js +++ b/src/views/support.js @@ -16,7 +16,7 @@ angular.module('Application').controller('SupportController', ['$scope', '$locat result: null, busy: false, subject: '', - type: 'ticket', + type: 'app_error', description: '', appId: '', altEmail: '' @@ -28,7 +28,7 @@ angular.module('Application').controller('SupportController', ['$scope', '$locat function resetFeedback() { $scope.feedback.subject = ''; $scope.feedback.description = ''; - $scope.feedback.type = 'ticket'; + $scope.feedback.type = 'app_error'; $scope.feedback.appId = ''; $scope.feedback.altEmail = '';