From dfe89fb71652763df286878bc539cb6ae3879c0e Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Thu, 20 Apr 2023 15:53:55 +0200 Subject: [PATCH] Remove last New ... --- nummi/main/templates/main/form/invoice.html | 1 + nummi/main/templates/main/table/invoice.html | 2 +- nummi/main/templates/main/table/snapshot.html | 2 +- nummi/main/templates/main/table/transaction.html | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/nummi/main/templates/main/form/invoice.html b/nummi/main/templates/main/form/invoice.html index 5b3b473..00ae9ef 100644 --- a/nummi/main/templates/main/form/invoice.html +++ b/nummi/main/templates/main/form/invoice.html @@ -1,4 +1,5 @@ {% extends "main/form/base.html" %} +{% load i18n %} {% block title_new %} {% translate "Create invoice" %} {% endblock %} diff --git a/nummi/main/templates/main/table/invoice.html b/nummi/main/templates/main/table/invoice.html index a1c9727..87b6447 100644 --- a/nummi/main/templates/main/table/invoice.html +++ b/nummi/main/templates/main/table/invoice.html @@ -34,7 +34,7 @@ - {% translate "New invoice" %} + {% translate "Create invoice" %} diff --git a/nummi/main/templates/main/table/snapshot.html b/nummi/main/templates/main/table/snapshot.html index f731f45..23cc6d5 100644 --- a/nummi/main/templates/main/table/snapshot.html +++ b/nummi/main/templates/main/table/snapshot.html @@ -2,7 +2,7 @@ {% load i18n %} {% if new_snapshot_url %}

- {% translate "New statement" %} + {% translate "Create statement" %}

{% endif %}
diff --git a/nummi/main/templates/main/table/transaction.html b/nummi/main/templates/main/table/transaction.html index e4611d9..da11aa8 100644 --- a/nummi/main/templates/main/table/transaction.html +++ b/nummi/main/templates/main/table/transaction.html @@ -2,7 +2,7 @@ {% load i18n %} {% if new_transaction_url %}

- {% translate "New transaction" %} + {% translate "Create transaction" %}

{% endif %}