mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Added translation
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
2c4c9a16c9
commit
b7149d8339
|
@ -223,7 +223,7 @@
|
||||||
{{ Form::select('field_map.'.$index, $columnOptions[$activeFile->import_type], @$field_map[$index],
|
{{ Form::select('field_map.'.$index, $columnOptions[$activeFile->import_type], @$field_map[$index],
|
||||||
[
|
[
|
||||||
'class' => 'mappings livewire-select2',
|
'class' => 'mappings livewire-select2',
|
||||||
'placeholder' => 'Do Not Import',
|
'placeholder' => trans('general.importer.do_not_import'),
|
||||||
'style' => 'min-width: 100%',
|
'style' => 'min-width: 100%',
|
||||||
'data-livewire-component' => $_instance->id
|
'data-livewire-component' => $_instance->id
|
||||||
],[
|
],[
|
||||||
|
|
Loading…
Reference in a new issue