From 181c270b347d7e8f50b17d28e0c41f4c1648dc66 Mon Sep 17 00:00:00 2001 From: smilerz Date: Tue, 19 Dec 2023 15:22:26 -0600 Subject: [PATCH] added substitute children to food edit modal --- vue/src/components/FoodEditor.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vue/src/components/FoodEditor.vue b/vue/src/components/FoodEditor.vue index 9b707c40..2334466d 100644 --- a/vue/src/components/FoodEditor.vue +++ b/vue/src/components/FoodEditor.vue @@ -204,6 +204,12 @@ }} + + {{ + $t('substitute_children') + }} + +