Commit 608ed9c6 authored by Ad Schellevis's avatar Ad Schellevis

fix previous

parent 22701ee0
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
if (request.responseJSON.errorMessage != undefined) { if (request.responseJSON.errorMessage != undefined) {
BootstrapDialog.show({ BootstrapDialog.show({
type: BootstrapDialog.TYPE_DANGER, type: BootstrapDialog.TYPE_DANGER,
title: '{{ lang._('Error') }}', title: '{{ lang._('An API exception occured') }}',
message:request.responseJSON.errorMessage, message:request.responseJSON.errorMessage,
buttons: [{ buttons: [{
label: '{{ lang._('Close') }}', label: '{{ lang._('Close') }}',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment