Merge branch 'admin-translation' of https://github.com/Sanjaybhattwebkul/bagisto into admin-translation
This commit is contained in:
commit
d975c9d972
|
|
@ -209,8 +209,8 @@ class CustomerDataGrid extends DataGrid
|
|||
'action' => route('admin.customer.mass-update'),
|
||||
'method' => 'POST',
|
||||
'options' => [
|
||||
'Active' => 1,
|
||||
'Inactive' => 0,
|
||||
trans('admin::app.datagrid.active') => 1,
|
||||
trans('admin::app.datagrid.inactive') => 0,
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -280,8 +280,8 @@ class ProductDataGrid extends DataGrid
|
|||
'action' => route('admin.catalog.products.massupdate'),
|
||||
'method' => 'POST',
|
||||
'options' => [
|
||||
'Active' => 1,
|
||||
'Inactive' => 0,
|
||||
trans('admin::app.datagrid.active') => 1,
|
||||
trans('admin::app.datagrid.inactive') => 0,
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue