Added some translations, date formatting, and filesize human reporting

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-03-08 16:32:45 -08:00
parent 087fe19ae7
commit b9e4b2a0ba

View file

@ -30,8 +30,8 @@
<div class="errors-table">
<table class="table table-striped table-bordered" id="errors-table">
<thead>
<th>Item</th>
<th>Errors</th>
<th>{{ trans('general.item') }}</th>
<th>{{ trans('general.error') }}</th>
</thead>
<tbody>
@foreach($import_errors as $field => $error_list)