From f1f8e10e25b50f7756bc1bf87ce7a6bb0cd173b8 Mon Sep 17 00:00:00 2001 From: Roene Date: Mon, 27 Oct 2025 08:26:08 +0100 Subject: [PATCH] Added aria-label on button --- lang/nl.json | 1 + resources/views/partials/item/button.blade.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lang/nl.json b/lang/nl.json index ab9988b..bdc9d07 100644 --- a/lang/nl.json +++ b/lang/nl.json @@ -1,5 +1,6 @@ { "Add all items to cart": "Voeg alle items toe aan winkelwagen", + "Add to wishlist": "Voeg toe aan wensenlijst", "Amount": "Bedrag", "article": "artikel", "articles": "artikelen", diff --git a/resources/views/partials/item/button.blade.php b/resources/views/partials/item/button.blade.php index 028bcf3..4124f7a 100644 --- a/resources/views/partials/item/button.blade.php +++ b/resources/views/partials/item/button.blade.php @@ -1,8 +1,8 @@ - -