Fix missing translation string in de-DE (#382)

* Fix missing translation string in de-DE

* Make placeholder for "paid by" field translatable
This commit is contained in:
Bernhard Bliem
2025-09-04 16:32:06 +02:00
committed by GitHub
parent 2710afd560
commit 436aff00d2
3 changed files with 14 additions and 12 deletions

View File

@@ -160,6 +160,7 @@
"categoryFieldDescription": "Select the expense category.",
"paidByField": {
"label": "Paid by",
"placeholder": "Select a participant",
"description": "Select the participant who paid the expense."
},
"recurrenceRule": {
@@ -397,4 +398,4 @@
"Water": "Water"
}
}
}
}