mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
fixes translation usage
This commit is contained in:
parent
e8dc634a40
commit
38a3e36cd6
|
@ -351,7 +351,7 @@ class LocationsController extends Controller
|
||||||
if ($error_count > 0) {
|
if ($error_count > 0) {
|
||||||
return redirect()
|
return redirect()
|
||||||
->route('locations.index')
|
->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')]
|
['success' => $success_count, 'error' => $error_count, 'object_type' => trans('general.locations')]
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue