summaryrefslogtreecommitdiff
path: root/talerdonations/donations/templates/fulfillment.html
diff options
context:
space:
mode:
Diffstat (limited to 'talerdonations/donations/templates/fulfillment.html')
-rw-r--r--talerdonations/donations/templates/fulfillment.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/talerdonations/donations/templates/fulfillment.html b/talerdonations/donations/templates/fulfillment.html
index e0c05a6..ac6a48b 100644
--- a/talerdonations/donations/templates/fulfillment.html
+++ b/talerdonations/donations/templates/fulfillment.html
@@ -2,7 +2,7 @@
{% block main %}
<h1>Donation Receipt</h1>
-<p> Thanks you, <strong>{{ donation_donor }}</strong>, for donating <strong>{{ donation_amount }}</strong> to <strong>{{ donation_receiver }}</strong>.</p>
+<p> Thank you, <strong>{{ donation_donor }}</strong>, for donating <strong>{{ donation_amount }}</strong> to <strong>{{ donation_receiver }}</strong>.</p>
<p>Please keep the order identifier <strong>{{ order_id }}</strong> as a receipt for your donation.</p>
{% endblock main %}