diff --git a/vue/src/apps/ShoppingListView/ShoppingListView.vue b/vue/src/apps/ShoppingListView/ShoppingListView.vue index 43e74a25..5afe9f31 100644 --- a/vue/src/apps/ShoppingListView/ShoppingListView.vue +++ b/vue/src/apps/ShoppingListView/ShoppingListView.vue @@ -44,7 +44,7 @@ ref="amount_input_simple"> - + @@ -59,7 +59,7 @@ {{ $t('Undefined') }} {{ c.name }} - + @@ -379,7 +379,7 @@ class="mb-1"> - @@ -387,6 +387,19 @@ content-cols="1" class="mb-1" > + {{ $t('Information')}} + + + + + + + + +
diff --git a/vue/src/components/ShoppingLineItem.vue b/vue/src/components/ShoppingLineItem.vue index 4583d7c2..3c21da14 100644 --- a/vue/src/components/ShoppingLineItem.vue +++ b/vue/src/components/ShoppingLineItem.vue @@ -2,7 +2,11 @@
- + + + + +
{{ a.amount }} {{ a.unit }}
@@ -12,13 +16,10 @@
- {{ info_row }} - -
- +
@@ -32,7 +33,7 @@