move colon to blade based on a comment

This commit is contained in:
slong753 2023-06-29 10:40:04 -05:00
parent ea61f634fb
commit 826ea0ded8
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ return [
'bulk_update_help' => 'This form allows you to update multiple assets at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged. ',
'bulk_update_warn' => 'You are about to edit the properties of a single asset.|You are about to edit the properties of :asset_count assets.',
'bulk_update_with_custom_field' => 'Note the assets are :asset_model_count different types of models.',
'bulk_update_model_prefix' => 'On Models:',
'bulk_update_model_prefix' => 'On Models',
'bulk_update_custom_field_unique' => 'This is a unique field and can not be bulk edited.',
'checkedout_to' => 'Checked Out To',
'checkout_date' => 'Checkout Date',

View file

@ -90,7 +90,7 @@
<p class="help-block">{{ $field->help_text }}</p>
@endif
<p>{{ trans('admin/hardware/form.bulk_update_model_prefix') }}
<p>{{ trans('admin/hardware/form.bulk_update_model_prefix') }}:
@foreach($field->assetModels() as $assetModel)
@if(in_array($assetModel->name, $modelNames))
{{$assetModel->name}}{{($loop->last) ? '' : ', '}}