Create the language string to show in the importer GUI indicating the file is empty
This commit is contained in:
@@ -241,7 +241,7 @@
|
||||
</div>
|
||||
@else
|
||||
@php
|
||||
$statusText = trans('general.empty_file');
|
||||
$statusText = trans('help.empty_file');
|
||||
$statusType = 'info';
|
||||
@endphp
|
||||
@endif
|
||||
|
||||
Reference in New Issue
Block a user