Improve error message

This commit is contained in:
Marcus Moore
2025-09-18 12:56:36 -07:00
parent b2ad9d404e
commit 47e9e4704d
@@ -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');
}
}