feat(dashboard): Added average distance

This commit is contained in:
2023-04-19 15:57:46 +02:00
parent 7b2b598588
commit b8de9e0e42
3 changed files with 20 additions and 2 deletions

View File

@@ -491,5 +491,6 @@
"you-must-create-at-least-one-card-or-cancel": "Du musst mindestens eine Blankokarte erstellen (oder abbrechen).",
"zip-postal-code": "Postleitzahl",
"total-donors": "gesamte Sponsor:innen",
"total-donation-count": "Gesamte Sponsorings"
"total-donation-count": "Gesamte Sponsorings",
"average-distance": "Durchschnittliche Strecke/Läufer:in"
}

View File

@@ -491,5 +491,6 @@
"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-donors": "total donors",
"total-donation-count": "total donations (count)"
"total-donation-count": "total donations (count)",
"average-distance": "average distance"
}