diff --git a/vue3/src/components/model_editors/FoodEditor.vue b/vue3/src/components/model_editors/FoodEditor.vue
index 06d20cc35..15d989e7a 100644
--- a/vue3/src/components/model_editors/FoodEditor.vue
+++ b/vue3/src/components/model_editors/FoodEditor.vue
@@ -10,12 +10,14 @@
:model-class="modelClass"
:object-name="editingObjName()">
-
- {{ $t('Food') }}
- {{ $t('Properties') }}
- {{ $t('Conversion') }}
- {{ $t('Miscellaneous') }}
-
+
+
+ {{ $t('Food') }}
+ {{ $t('Properties') }}
+ {{ $t('Conversion') }}
+ {{ $t('Miscellaneous') }}
+
+
diff --git a/vue3/src/components/model_editors/MealPlanEditor.vue b/vue3/src/components/model_editors/MealPlanEditor.vue
index d74d29630..4529e29eb 100644
--- a/vue3/src/components/model_editors/MealPlanEditor.vue
+++ b/vue3/src/components/model_editors/MealPlanEditor.vue
@@ -10,13 +10,14 @@
:model-class="modelClass"
:object-name="editingObjName()">
-
- {{ $t('Meal_Plan') }}
- {{ $t('Shopping_list') }}
-
+
+
+ {{ $t('Meal_Plan') }}
+ {{ $t('Shopping_list') }}
+
+
-
diff --git a/vue3/src/components/model_editors/RecipeBookEditor.vue b/vue3/src/components/model_editors/RecipeBookEditor.vue
index c6bdc0a2b..62c12996d 100644
--- a/vue3/src/components/model_editors/RecipeBookEditor.vue
+++ b/vue3/src/components/model_editors/RecipeBookEditor.vue
@@ -10,10 +10,12 @@
:model-class="modelClass"
:object-name="editingObjName()">
-
- {{ $t('Book') }}
- {{ $t('Recipes') }}
-
+
+
+ {{ $t('Book') }}
+ {{ $t('Recipes') }}
+
+
diff --git a/vue3/src/components/model_editors/RecipeEditor.vue b/vue3/src/components/model_editors/RecipeEditor.vue
index 047751fdb..84f1df9b9 100644
--- a/vue3/src/components/model_editors/RecipeEditor.vue
+++ b/vue3/src/components/model_editors/RecipeEditor.vue
@@ -10,13 +10,14 @@
:model-class="modelClass"
:object-name="editingObjName()">
-
- {{ $t('Recipe') }}
- {{ $t('Steps') }}
- {{ $t('Properties') }}
- {{ $t('Settings') }}
-
-
+
+
+ {{ $t('Recipe') }}
+ {{ $t('Steps') }}
+ {{ $t('Properties') }}
+ {{ $t('Settings') }}
+
+
diff --git a/vue3/src/components/model_editors/SupermarketEditor.vue b/vue3/src/components/model_editors/SupermarketEditor.vue
index ea14021e9..ba4d71e9e 100644
--- a/vue3/src/components/model_editors/SupermarketEditor.vue
+++ b/vue3/src/components/model_editors/SupermarketEditor.vue
@@ -10,10 +10,12 @@
:model-class="modelClass"
:object-name="editingObjName()">
-
- {{ $t('Supermarket') }}
- {{ $t('Categories') }}
-
+
+
+ {{ $t('Supermarket') }}
+ {{ $t('Categories') }}
+
+