Skip to content
Snippets Groups Projects
Commit 97e58bf8 authored by Sascha Herzinger's avatar Sascha Herzinger
Browse files

minor text fix

parent c3198408
No related branches found
No related tags found
2 merge requests!630WIP: Resolve "The privileges of a new user are not saved in some cases",!596Resolve "Report bug utility issues"
Pipeline #8480 failed
...@@ -412,7 +412,7 @@ GuiConnector.prototype.alert = function (error, redirectIfSecurityError) { ...@@ -412,7 +412,7 @@ GuiConnector.prototype.alert = function (error, redirectIfSecurityError) {
}); });
ServerConnector.submitErrorToMinervaNet(report, function (error, response) { ServerConnector.submitErrorToMinervaNet(report, function (error, response) {
if (error || response.statusCode !== 200) { if (error || response.statusCode !== 200) {
self.showErrorDialog('Report could not be submitted.', self.showErrorDialog('Report could not be submitted!',
'Please contact your system administrator if this issue persists.'); 'Please contact your system administrator if this issue persists.');
} else { } else {
self.showSuccessDialog('Report has been submitted!', self.showSuccessDialog('Report has been submitted!',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment