mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Merge pull request #12729 from snipe/fixes/file_importer_string
Fixed translation string for importer
This commit is contained in:
commit
008ba83128
|
@ -353,7 +353,7 @@
|
||||||
}).done( function (body) {
|
}).done( function (body) {
|
||||||
// Success
|
// Success
|
||||||
@this.statusType="success";
|
@this.statusType="success";
|
||||||
@this.statusText = {{ trans('general.success_redirecting') }};
|
@this.statusText = "{{ trans('general.success_redirecting') }}";
|
||||||
// console.dir(body)
|
// console.dir(body)
|
||||||
window.location.href = body.messages.redirect_url;
|
window.location.href = body.messages.redirect_url;
|
||||||
}).fail( function (jqXHR, textStatus, error) {
|
}).fail( function (jqXHR, textStatus, error) {
|
||||||
|
|
Loading…
Reference in a new issue