Translate importer header

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-07-16 19:41:47 +01:00
parent 45bf428092
commit 0ed637f0ce
2 changed files with 6 additions and 1 deletions

View file

@ -556,5 +556,6 @@ return [
'something_went_wrong' => 'Something went wrong with your request.',
'close' => 'Close',
'expires' => 'Expires',
'map_fields'=> 'Map :item_type Field',
];

View file

@ -198,7 +198,11 @@
@if ($activeFile->import_type)
<div class="form-group col-md-12">
<hr style="border-top: 1px solid lightgray">
<h3><i class="{{ Helper::iconTypeByItem($activeFile->import_type) }}"></i> Map {{ ucwords($activeFile->import_type) }} Import Fields</h3>
<h3>
<i class="{{ Helper::iconTypeByItem($activeFile->import_type) }}">
</i>
{{ trans('general.map_fields', ['item_type' => ucwords($activeFile->import_type)]) }}
</h3>
<hr style="border-top: 1px solid lightgray">
</div>
<div class="form-group col-md-12">