From eb245d773d93e05bf35cd95305d31557b2ca93b9 Mon Sep 17 00:00:00 2001 From: mahsem <137205921+mahsem@users.noreply.github.com> Date: Sun, 23 Jun 2024 12:35:07 +0200 Subject: [PATCH] fix: add " to trrnslatable strings inaddress_card.html fix: add " to trrnslatable strings inaddress_card.html --- webshop/templates/includes/cart/address_card.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webshop/templates/includes/cart/address_card.html b/webshop/templates/includes/cart/address_card.html index a80e6d83b4..a1aa001f55 100644 --- a/webshop/templates/includes/cart/address_card.html +++ b/webshop/templates/includes/cart/address_card.html @@ -1,6 +1,6 @@
- {{ _('Change') }} + {{ _("Change") }}
{{ address.title }}
@@ -11,7 +11,7 @@ - {{ _('Edit') }} + {{ _("Edit") }}