mirror of
https://github.com/spliit-app/spliit.git
synced 2026-02-20 14:36:13 +01:00
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:
@@ -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 }) => (
|
||||
|
||||
Reference in New Issue
Block a user