mirror of https://github.com/kcal-app/kcal.git
Fix journal entry meal labels
This commit is contained in:
parent
d99d49777b
commit
2b1d9b8656
|
@ -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', [
|
||||
|
|
Loading…
Reference in New Issue