Translate field

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-07-15 16:32:17 +01:00
parent 1e6cef52c9
commit 4176792f2d

View File

@@ -33,7 +33,7 @@
<table class="table table-striped table-bordered" id="errors-table">
<thead>
<th>{{ trans('general.item') }}</th>
<th>Field</th>
<th>{{ trans('admin/custom_fields/general.field') }}</th>
<th>{{ trans('general.error') }}</th>
</thead>
<tbody>
@@ -191,7 +191,7 @@
@if (($typeOfImport != 'location' && $typeOfImport!= 'assetModel' && $typeOfImport!= 'component' && $typeOfImport!= 'supplier') && $typeOfImport!= 'manufacturer' && $typeOfImport!= 'category' && ($typeOfImport!=''))
@if ($typeOfImport === 'user')
<label class="form-control">
<input type="checkbox" name="send_welcome" data-livewire-component="{{ $this->getId() }}" wire:model.live="send_welcome">
{{ trans('general.send_welcome_email_to_users') }}