From 9a95342e006e9538350f38fe267958e56619a6ed Mon Sep 17 00:00:00 2001 From: Ed Date: Sun, 8 Jan 2023 21:45:57 +0100 Subject: [PATCH] Fixed furizon uppercasing --- tpl/blocks/payment.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpl/blocks/payment.html b/tpl/blocks/payment.html index 2bf3b89..87396bb 100644 --- a/tpl/blocks/payment.html +++ b/tpl/blocks/payment.html @@ -5,7 +5,7 @@

If you wish to change payment method, check payment instructions or complete a failed payment please access the payment area.

{% elif order.status == 'paid' %} -

✅ Your order has been completed and approved! See you at furizon!

+

✅ Your order has been completed and approved! See you at Furizon!

{% endif %}