From 47e9e4704dca657bfb7e702c691534da036d6b28 Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Thu, 18 Sep 2025 12:56:36 -0700 Subject: [PATCH] Improve error message --- app/Http/Controllers/Assets/BulkAssetsController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Assets/BulkAssetsController.php b/app/Http/Controllers/Assets/BulkAssetsController.php index 74b342c2f3..db0190e626 100644 --- a/app/Http/Controllers/Assets/BulkAssetsController.php +++ b/app/Http/Controllers/Assets/BulkAssetsController.php @@ -658,7 +658,7 @@ class BulkAssetsController extends Controller return redirect(route('hardware.bulkcheckout.show')) // @todo: improve message and translate - ->with('error', 'One or more of the assets has a company mismatch.'); + ->with('error', 'One or more of the checkout target company and asset company do not match'); } }