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 @@