Fixed translation string for importer

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-03-24 08:27:53 -07:00
parent 4d1e28ad03
commit 697cb4fe6d

View file

@ -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) {