diff --git a/vue/src/apps/MealPlanView/MealPlanView.vue b/vue/src/apps/MealPlanView/MealPlanView.vue
index 9b0d59b8b..da0ae46d4 100644
--- a/vue/src/apps/MealPlanView/MealPlanView.vue
+++ b/vue/src/apps/MealPlanView/MealPlanView.vue
@@ -2,7 +2,7 @@
-
+
diff --git a/vue/src/apps/RecipeView/RecipeView.vue b/vue/src/apps/RecipeView/RecipeView.vue
index 3250edd9c..bab762da5 100644
--- a/vue/src/apps/RecipeView/RecipeView.vue
+++ b/vue/src/apps/RecipeView/RecipeView.vue
@@ -233,7 +233,7 @@ export default {
this.loadRecipe(window.RECIPE_ID)
this.$i18n.locale = window.CUSTOM_LOCALE
this.requestWakeLock()
- window.addEventListener('resize', this.handleRezise);
+ window.addEventListener('resize', this.handleResize);
},
beforeUnmount() {
this.destroyWakeLock()
@@ -249,7 +249,7 @@ export default {
}
}
},
- handleRezise: function () {
+ handleResize: function () {
if (document.getElementById('nutrition_container') !== null) {
this.ingredient_height = document.getElementById('ingredient_container').clientHeight - document.getElementById('nutrition_container').clientHeight
} else {
@@ -300,7 +300,7 @@ export default {
this.loading = false
setTimeout(() => {
- this.handleRezise()
+ this.handleResize()
}, 100)
})
},
diff --git a/vue/src/apps/ShoppingListView/ShoppingListView.vue b/vue/src/apps/ShoppingListView/ShoppingListView.vue
index 12919e80f..2a305bf66 100644
--- a/vue/src/apps/ShoppingListView/ShoppingListView.vue
+++ b/vue/src/apps/ShoppingListView/ShoppingListView.vue
@@ -1,103 +1,124 @@
{{ $t("OfflineAlert") }}
-
+
-
+
-
- {{ $t("Shopping_list") }}
+
+
+ {{ $t('Shopping_list') }}