Show message for token error
This commit is contained in:
parent
a3b05acb56
commit
a066071cca
2 changed files with 3 additions and 1 deletions
|
|
@ -2426,6 +2426,8 @@ $LANG = array(
|
|||
'logo_warning_fileinfo' => 'Warning: To support gifs the fileinfo PHP extension needs to be enabled.',
|
||||
'logo_warning_invalid' => 'There was a problem reading the image file, please try a different format.',
|
||||
|
||||
'error_refresh_page' => 'An error occurred, please refresh the page and try again.',
|
||||
|
||||
);
|
||||
|
||||
return $LANG;
|
||||
|
|
|
|||
|
|
@ -259,7 +259,7 @@
|
|||
redirectToPayment();
|
||||
},
|
||||
error: function(response) {
|
||||
// TODO
|
||||
alert("{{ trans('texts.error_refresh_page') }}");
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue