Show message for token error

This commit is contained in:
Hillel Coren 2017-03-21 10:45:33 +02:00
parent a3b05acb56
commit a066071cca
2 changed files with 3 additions and 1 deletions

View File

@ -2426,6 +2426,8 @@ $LANG = array(
'logo_warning_fileinfo' => 'Warning: To support gifs the fileinfo PHP extension needs to be enabled.', '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.', '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; return $LANG;

View File

@ -259,7 +259,7 @@
redirectToPayment(); redirectToPayment();
}, },
error: function(response) { error: function(response) {
// TODO alert("{{ trans('texts.error_refresh_page') }}");
} }
}); });
} }