From 5a8e036dd1cbc641dc86c097b161b2fd091ace71 Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Thu, 1 Aug 2024 17:06:04 +0200 Subject: [PATCH] Update success message --- src/accounting/templates/accounting/order/success.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/accounting/templates/accounting/order/success.html b/src/accounting/templates/accounting/order/success.html index c6c04d4..8ebce6d 100644 --- a/src/accounting/templates/accounting/order/success.html +++ b/src/accounting/templates/accounting/order/success.html @@ -12,7 +12,7 @@

{% blocktrans trimmed with order.id as order_id %} - We received your payment for Order {{ order_id }}. + Thanks fellow member! We received your payment for Order {{ order_id }}. We're adding more features to the site, so expect to see a confirmation email (receipt) for the order soon. {% endblocktrans %}