fix previous

This commit is contained in:
Ad Schellevis 2016-08-15 09:08:18 +02:00
parent 22701ee038
commit 608ed9c67f

View File

@ -58,7 +58,7 @@
if (request.responseJSON.errorMessage != undefined) {
BootstrapDialog.show({
type: BootstrapDialog.TYPE_DANGER,
title: '{{ lang._('Error') }}',
title: '{{ lang._('An API exception occured') }}',
message:request.responseJSON.errorMessage,
buttons: [{
label: '{{ lang._('Close') }}',