mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 11:26:13 +00:00
fix previous
This commit is contained in:
parent
22701ee038
commit
608ed9c67f
@ -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') }}',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user