diff --git a/ui/scripts/globalSettings.js b/ui/scripts/globalSettings.js index f2486c37ea8..31de3cbf929 100644 --- a/ui/scripts/globalSettings.js +++ b/ui/scripts/globalSettings.js @@ -22,9 +22,7 @@ args.response.success({data: item}); }, error: function(json) { - args.response.error({ - message: $.parseJSON(json.responseText).updateconfigurationresponse.errortext - }); + args.response.error(parseXMLHttpResponse(json)); } }); }