mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Show message for token error
This commit is contained in:
parent
a3b05acb56
commit
a066071cca
@ -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;
|
||||||
|
@ -259,7 +259,7 @@
|
|||||||
redirectToPayment();
|
redirectToPayment();
|
||||||
},
|
},
|
||||||
error: function(response) {
|
error: function(response) {
|
||||||
// TODO
|
alert("{{ trans('texts.error_refresh_page') }}");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user