Create the language string to show in the importer GUI indicating the file is empty

This commit is contained in:
Ivan Nieto Vivanco
2023-10-23 22:09:17 -06:00
parent 49f6eef9df
commit 0c5d54dfde
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -241,7 +241,7 @@
</div>
@else
@php
$statusText = trans('general.empty_file');
$statusText = trans('help.empty_file');
$statusType = 'info';
@endphp
@endif