diff --git a/app/Http/Controllers/ModulePlantLineController.php b/app/Http/Controllers/ModulePlantLineController.php index 4608a08..18fc945 100644 --- a/app/Http/Controllers/ModulePlantLineController.php +++ b/app/Http/Controllers/ModulePlantLineController.php @@ -133,7 +133,7 @@ class ModulePlantLineController extends Controller // Add "All Lines" to beginning and "FG Lines" at the end // array_unshift($nonFgLines, 'All Lines'); - $nonFgLines[] = 'FG Lines'; + $nonFgLines[] = 'FG Line'; return response()->json([ 'status_code' => 'SUCCESS',