mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 22:37:28 -08:00
Fixed translation string for importer
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
4d1e28ad03
commit
697cb4fe6d
|
@ -353,7 +353,7 @@
|
|||
}).done( function (body) {
|
||||
// Success
|
||||
@this.statusType="success";
|
||||
@this.statusText = {{ trans('general.success_redirecting') }};
|
||||
@this.statusText = "{{ trans('general.success_redirecting') }}";
|
||||
// console.dir(body)
|
||||
window.location.href = body.messages.redirect_url;
|
||||
}).fail( function (jqXHR, textStatus, error) {
|
||||
|
|
Loading…
Reference in a new issue