diff --git a/frontend/src/routes/briefwechsel/CorrespondenzFilterControls.svelte b/frontend/src/routes/briefwechsel/CorrespondenzFilterControls.svelte index 8856638c..70d2ef45 100644 --- a/frontend/src/routes/briefwechsel/CorrespondenzFilterControls.svelte +++ b/frontend/src/routes/briefwechsel/CorrespondenzFilterControls.svelte @@ -29,7 +29,6 @@ let { fromDate = $bindable(''), toDate = $bindable(''), onapplyFilters }: Props id="conv-from" bind:value={fromDate} onchange={() => onapplyFilters()} - placeholder={m.conv_strip_from_placeholder()} class="block w-full rounded-md border border-line bg-surface px-3 py-2.5 text-sm text-ink shadow-sm placeholder:text-ink-3 focus:outline-none focus-visible:ring-2 focus-visible:ring-focus-ring" /> @@ -43,7 +42,6 @@ let { fromDate = $bindable(''), toDate = $bindable(''), onapplyFilters }: Props id="conv-to" bind:value={toDate} onchange={() => onapplyFilters()} - placeholder={m.conv_strip_to_placeholder()} class="block w-full rounded-md border border-line bg-surface px-3 py-2.5 text-sm text-ink shadow-sm placeholder:text-ink-3 focus:outline-none focus-visible:ring-2 focus-visible:ring-focus-ring" />