mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 22:37:28 -08:00
Added localized strings for admin/companies
This commit is contained in:
parent
b784e63aa8
commit
433d6fd3e0
|
@ -2,4 +2,6 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'select_company' => 'Select 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.',
|
||||||
];
|
];
|
||||||
|
|
|
@ -44,10 +44,8 @@
|
||||||
</div>
|
</div>
|
||||||
<!-- side address column -->
|
<!-- side address column -->
|
||||||
<div class="col-md-3">
|
<div class="col-md-3">
|
||||||
<h2>About Companies</h2>
|
<h2>{{ trans('admin/companies/general.about_companies') }}</h2>
|
||||||
<p>
|
<p>{{ trans('admin/companies/general.about_companies_description') }}</p>
|
||||||
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.
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@stop
|
@stop
|
||||||
|
|
Loading…
Reference in a new issue