change translation

This commit is contained in:
spencerrlongg
2025-10-07 13:26:08 -05:00
parent b9f4dc1e9d
commit 24bb45ab97
4 changed files with 2 additions and 4 deletions
@@ -23,7 +23,7 @@ class BulkManufacturersController extends Controller
foreach ($request->ids as $id) {
$manufacturer = Manufacturer::find($id);
if (is_null($manufacturer)) {
$errors[] = trans('admin/manufacturers/message.delete.not_found');
$errors[] = trans('admin/manufacturers/message.does_not_exist');
continue;
}
try {