mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-13 17:14:10 -08:00
clarifies an address column under locations
This commit is contained in:
parent
bc6f014fff
commit
e0a4387b10
|
@ -106,7 +106,7 @@ class LocationPresenter extends Presenter
|
||||||
'searchable' => true,
|
'searchable' => true,
|
||||||
'sortable' => true,
|
'sortable' => true,
|
||||||
'switchable' => true,
|
'switchable' => true,
|
||||||
'title' => trans('admin/locations/table.address'),
|
'title' => trans('admin/locations/table.address2'),
|
||||||
'visible' => false,
|
'visible' => false,
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
|
|
@ -15,6 +15,7 @@ return [
|
||||||
'print_all_assigned' => 'Print All Assigned',
|
'print_all_assigned' => 'Print All Assigned',
|
||||||
'name' => 'Location Name',
|
'name' => 'Location Name',
|
||||||
'address' => 'Address',
|
'address' => 'Address',
|
||||||
|
'address2' => 'Address Line 2',
|
||||||
'zip' => 'Postal Code',
|
'zip' => 'Postal Code',
|
||||||
'locations' => 'Locations',
|
'locations' => 'Locations',
|
||||||
'parent' => 'Parent',
|
'parent' => 'Parent',
|
||||||
|
|
Loading…
Reference in a new issue