clarifies an address column under locations

This commit is contained in:
Godfrey M 2023-10-19 10:01:08 -07:00
parent bc6f014fff
commit e0a4387b10
2 changed files with 2 additions and 1 deletions

View file

@ -106,7 +106,7 @@ class LocationPresenter extends Presenter
'searchable' => true,
'sortable' => true,
'switchable' => true,
'title' => trans('admin/locations/table.address'),
'title' => trans('admin/locations/table.address2'),
'visible' => false,
],
[

View file

@ -15,6 +15,7 @@ return [
'print_all_assigned' => 'Print All Assigned',
'name' => 'Location Name',
'address' => 'Address',
'address2' => 'Address Line 2',
'zip' => 'Postal Code',
'locations' => 'Locations',
'parent' => 'Parent',