diff --git a/templates/header.html b/templates/header.html
index 87221ba3..0a7e10b9 100644
--- a/templates/header.html
+++ b/templates/header.html
@@ -203,7 +203,7 @@
- {% trans 'Accounts'|capfirst %}
+ {% trans 'Chart of Accounts'|capfirst %}
diff --git a/templates/sales/invoices/invoice_list.html b/templates/sales/invoices/invoice_list.html
index a30d62e9..757906e5 100644
--- a/templates/sales/invoices/invoice_list.html
+++ b/templates/sales/invoices/invoice_list.html
@@ -16,7 +16,7 @@
{% trans "Customer" %} |
{% trans "Status" %} |
{% trans "Status Date" %} |
- {% trans "Created" %} |
+ {% trans "Created" %} |
{% trans "Actions" %} |
@@ -40,7 +40,7 @@
{% trans "Paid" %}
{% endif %}
-
+ |
{% if invoice.invoice_status == "in_review" %}
{{ invoice.date_in_review }}
{% elif invoice.invoice_status == "approved" %}
@@ -52,8 +52,8 @@
{% elif invoice.invoice_status == "paid" %}
{{ invoice.date_paid }}
{% endif %}
- |
- {{ invoice.created }} |
+
+ {{ invoice.created }} |
|