diff --git a/vue/src/components/ShoppingLineItem.vue b/vue/src/components/ShoppingLineItem.vue
index 72348df3..dbc9c2fd 100644
--- a/vue/src/components/ShoppingLineItem.vue
+++ b/vue/src/components/ShoppingLineItem.vue
@@ -12,16 +12,18 @@
-
+
- {{ a.amount }} {{ a.unit }}
+ {{ a.amount }} {{
+ a.unit
+ }}
{{ food.name }}
- {{ info_row }}
+ {{ info_row }}
@@ -36,7 +38,7 @@
-
+
{{ food_row }}
{{ food.description }}
@@ -55,8 +57,6 @@
@change="detail_modal_visible = false; updateFoodCategory(food)"
>
- {{ $t("Ignore_Shopping") }}
-
{{ $t('Postpone') }}
@@ -71,13 +71,13 @@
-
{{ e.amount }} {{ e.unit?.name }} {{ food.name }}
+
+ {{ e.amount }} {{ e.unit?.name }} {{ food.name }}
- {{
+ {{
e.recipe_mealplan.recipe_name
- }} ({{
+ }} ({{
e.recipe_mealplan.servings
}} {{ $t('Servings') }})
@@ -90,7 +90,7 @@
-
@@ -102,6 +102,7 @@
+ {{ $t("Ignore_Shopping") }}
{{ $t('Delete_All') }}