fixes translation usage

This commit is contained in:
Godfrey M 2024-03-19 14:32:21 -07:00
parent e8dc634a40
commit 38a3e36cd6

View file

@ -351,7 +351,7 @@ class LocationsController extends Controller
if ($error_count > 0) {
return redirect()
->route('locations.index')
->with('warning', trans('general.bulk.partial',
->with('warning', trans('general.bulk.delete.partial',
['success' => $success_count, 'error' => $error_count, 'object_type' => trans('general.locations')]
));
}