From ed0186912d6328b04716a6e467dfafd95103149d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Dachary?= Date: Sun, 3 Jul 2022 15:01:09 +0200 Subject: [PATCH] s/ammount/amount/ --- billing/templates/billing/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/billing/templates/billing/index.html b/billing/templates/billing/index.html index a8aaaaa..995677b 100644 --- a/billing/templates/billing/index.html +++ b/billing/templates/billing/index.html @@ -10,7 +10,7 @@
  • Instance Name: {{payment.instance_name}}
  • Configuration: {{payment.instance_configuration_id.name}}
  • Invoice generated on: {{payment.date.month}}/{{payment.date.day}}/{{payment.date.year}}
  • -
  • Total Ammount: {{payment.total}} {{payment.currency|upper}}
  • +
  • Total Amount: {{payment.total}} {{payment.currency|upper}}
  • {% if payment.status == "confirmed" %}
  • Paid on: {{payment.date}}
  • {% endif %}