Use existing language translation string

This commit is contained in:
Marcus Moore 2023-02-22 12:02:14 -08:00
parent c03079944a
commit aae2106658
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View file

@ -1,7 +1,6 @@
<?php
return [
'company' => 'Company',
'select_company' => 'Select Company',
'about_companies' => 'About Companies',
'about_companies_description' => ' You can use companies as a simple informative field, or you can use them to restrict asset visibility and availability to users with a specific company by enabling Full Company Support in your Admin Settings.',

View file

@ -28,7 +28,7 @@
{{csrf_field()}}
@if ($asset->company && $asset->company->name)
<div class="form-group">
{{ Form::label('model', trans('admin/companies/general.company'), array('class' => 'col-md-3 control-label')) }}
{{ Form::label('model', trans('general.company'), array('class' => 'col-md-3 control-label')) }}
<div class="col-md-8">
<p class="form-control-static">
{{ $asset->company->name }}