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 %}