mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
7 lines
339 B
PHP
7 lines
339 B
PHP
<?php
|
|
return [
|
|
'about_companies_title' => 'About Companies',
|
|
'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.',
|
|
'select_company' => 'Select Company',
|
|
];
|