From 2b1d9b8656ff7d2451d8ebb6d438b8acba4a5d34 Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Sun, 3 Jan 2021 08:52:33 -0800 Subject: [PATCH] Fix journal entry meal labels --- app/Http/Controllers/JournalEntryController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Http/Controllers/JournalEntryController.php b/app/Http/Controllers/JournalEntryController.php index 4cdf8c1..2952b92 100644 --- a/app/Http/Controllers/JournalEntryController.php +++ b/app/Http/Controllers/JournalEntryController.php @@ -60,8 +60,8 @@ class JournalEntryController extends Controller ->with('recipes', $recipes) ->with('meals', [ ['value' => 'breakfast', 'label' => 'Breakfast'], - ['value' => 'lunch', 'label' => 'Lreakfast'], - ['value' => 'dinner', 'label' => 'Dreakfast'], + ['value' => 'lunch', 'label' => 'Lunch'], + ['value' => 'dinner', 'label' => 'Dinner'], ['value' => 'snacks', 'label' => 'Snacks'], ]) ->with('units', [