diff --git a/templates/ledger/coa_accounts/account_form.html b/templates/ledger/coa_accounts/account_form.html index 97a3b92b..631afa47 100644 --- a/templates/ledger/coa_accounts/account_form.html +++ b/templates/ledger/coa_accounts/account_form.html @@ -19,10 +19,10 @@

{% if account.created %} - {{ _("Edit Account") }} + {{ _("Edit Account") }} {% else %} - {{ _("Add Account") }} + {{ _("Add Account") }} {% endif %}