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', [