diff --git a/vue/src/apps/ShoppingListView/ShoppingListView.vue b/vue/src/apps/ShoppingListView/ShoppingListView.vue index c6ba179c4..037a0dcc5 100644 --- a/vue/src/apps/ShoppingListView/ShoppingListView.vue +++ b/vue/src/apps/ShoppingListView/ShoppingListView.vue @@ -6,15 +6,20 @@
-
-
- - - + + - - -
-
- - - + - + + - +
- {{ + {{ $t('Recipes') + ` (${Object.keys(shopping_list_store.getAssociatedRecipes()).length})` }}
@@ -144,7 +150,7 @@
@@ -346,7 +352,7 @@
@@ -359,9 +365,8 @@
- - +
@@ -423,11 +428,9 @@