Added total donation amount to donation overview

ref #133
This commit is contained in:
2021-04-15 14:12:11 +02:00
parent a5f71015a6
commit 961477d522
3 changed files with 16 additions and 2 deletions

View File

@@ -433,5 +433,6 @@
"you-have-to-save-your-changes-to-generate-a-link": "Du musst deine Änderungen speichern, um einen Link zu generieren.",
"you-must-create-at-least-one-card-or-cancel": "Du musst mindestens eine Blankokarte erstellen (oder abbrechen).",
"zip-postal-code": "Postleitzahl",
"total-paid-amount": "Gezahlter Gesamtbetrag"
"total-paid-amount": "Gezahlter Gesamtbetrag",
"paid-amount": "Gezahlter Betrag"
}

View File

@@ -433,5 +433,6 @@
"you-have-to-save-your-changes-to-generate-a-link": "You have to save your changes to generate a link.",
"you-must-create-at-least-one-card-or-cancel": "You must create at least one card (or cancel).",
"zip-postal-code": "ZIP/ postal code",
"total-paid-amount": "Total paid amount"
"total-paid-amount": "Total paid amount",
"paid-amount": "Paid amount"
}