diff --git a/vue/src/apps/RecipeView/RecipeView.vue b/vue/src/apps/RecipeView/RecipeView.vue
index bab762da5..c55c89f5f 100644
--- a/vue/src/apps/RecipeView/RecipeView.vue
+++ b/vue/src/apps/RecipeView/RecipeView.vue
@@ -30,16 +30,14 @@
-
+
-
-
-
+
+
+
-
-
{{ $t("Preparation") }}
+
+ {{ $t("Preparation") }}
{{ recipe.working_time }} {{ $t("min") }}
@@ -47,27 +45,25 @@
-
-
+
+
-
-
{{ $t("Waiting") }}
+
+ {{ $t("Waiting") }}
{{ recipe.waiting_time }} {{ $t("min") }}
-
-
-
-
+
+
+
+
-
+
-
+
{{ $t("Servings") }}
@@ -78,7 +74,7 @@
-