diff --git a/src/components/ListCategoryNew.vue b/src/components/ListCategoryNew.vue index bf751e2..82a900a 100644 --- a/src/components/ListCategoryNew.vue +++ b/src/components/ListCategoryNew.vue @@ -9,8 +9,8 @@ @trailing-button-click="newCategoryName = ''" /> + :aria-label="t('grocerylist', 'Add category {category}', { category: newCategoryName })" + @click="addCategory"> diff --git a/src/components/NavigationGroceryListItem.vue b/src/components/NavigationGroceryListItem.vue index 8676f2e..9008014 100644 --- a/src/components/NavigationGroceryListItem.vue +++ b/src/components/NavigationGroceryListItem.vue @@ -16,11 +16,11 @@ {{ t('grocerylist', 'Delete list') }} - +