Skip to content

Commit 7c2c456

Browse files
committed
Update delete button text in shop.html for clarity
1 parent cad1714 commit 7c2c456

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shop.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ <h3>Hinzugefügt am:</h3>
364364
<button class="button-blue" onclick="openShop()">Aktuelle Angebote</button>
365365
<!-- <button class="button-green" onclick="deleteShopItem()">Eingekauft</button> -->
366366
<button class="button-green" onclick="closeShopItemDetailModal()">Abbrechen</button>
367-
<button class="button-red" onclick="deleteShopItem()">Löschen</button>
367+
<button class="button-red" onclick="deleteShopItem()">Von Einkaufsliste entfernen</button>
368368
</div>
369369
</div>
370370

0 commit comments

Comments
 (0)