diff --git a/resources/views/importer/import.blade.php b/resources/views/importer/import.blade.php index ca585d1f4..6b609028a 100644 --- a/resources/views/importer/import.blade.php +++ b/resources/views/importer/import.blade.php @@ -42,9 +42,9 @@ @if (!config('app.lock_passwords')) - {{ trans('admin/importer/general.select_import_file') }} + {{ trans('button.select_file') }} - + @endif @@ -67,11 +67,10 @@ class="col-md-12 table table-striped snipe-table"> - {{ trans('admin/importer/table.file') }} - {{ trans('admin/importer/table.created') }} - {{ trans('admin/importer/table.size') }} - {{ trans('admin/importer/table.process') }} - {{ trans('admin/importer/table.delete') }} + {{ trans('general.file_name') }} + {{ trans('general.created_at') }} + {{ trans('general.filesize') }} + {{ trans('general.actions') }}