From 0399763888d0a33684c2a5e541e192b706492408 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Thu, 19 Dec 2024 21:22:39 +0100 Subject: [PATCH] new recipe fix --- vue3/src/apps/tandoor/Tandoor.vue | 2 +- .../src/components/model_editors/RecipeEditor.vue | 15 ++++++++++----- vue3/src/composables/useModelEditorFunctions.ts | 2 ++ vue3/src/pages/StartPage.vue | 2 +- vue3/src/stores/MessageStore.ts | 1 + 5 files changed, 15 insertions(+), 7 deletions(-) diff --git a/vue3/src/apps/tandoor/Tandoor.vue b/vue3/src/apps/tandoor/Tandoor.vue index ccb93a05c..21fd1dbcc 100644 --- a/vue3/src/apps/tandoor/Tandoor.vue +++ b/vue3/src/apps/tandoor/Tandoor.vue @@ -10,7 +10,7 @@ - {{ $t('Create Recipe') }} + {{ $t('Create Recipe') }} {{ $t('Import Recipe') }} diff --git a/vue3/src/components/model_editors/RecipeEditor.vue b/vue3/src/components/model_editors/RecipeEditor.vue index f05c424ee..f9a80b6c4 100644 --- a/vue3/src/components/model_editors/RecipeEditor.vue +++ b/vue3/src/components/model_editors/RecipeEditor.vue @@ -75,7 +75,7 @@ {{ $t('PropertiesFoodHelp') }} - + @@ -100,7 +100,8 @@ - {{ i + 1 }} {{s.name}} + {{ i + 1 }} + {{ s.name }} @@ -115,7 +116,7 @@