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

@@ -474,7 +474,7 @@ export function ExpenseForm({
defaultValue={getSelectedPayer(field)}
>
<SelectTrigger>
<SelectValue placeholder="Select a participant" />
<SelectValue placeholder={t(`${sExpense}.paidByField.placeholder`)} />
</SelectTrigger>
<SelectContent>
{group.participants.map(({ id, name }) => (