fixed german translation

This commit is contained in:
s5260822 2025-03-20 20:54:48 +01:00
parent 48a2e9af19
commit 3721dddadd
2 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
<div class="filter-form">
<form name="searchForm" action="${formAction}" method="GET">
<input type="text" name="firstName" placeholder="First Name">
<input type="text" name="name" placeholder="Last Name">
<input type="text" name="firstName" placeholder="Vorname">
<input type="text" name="name" placeholder="Nachname">
<#if parties??>
<select id="party" name="party">
@ -24,6 +24,6 @@
</select>
</#if>
<button type="submit">Search</button>
<button type="submit">Suchen</button>
</form>
</div>

View file

@ -15,7 +15,7 @@
<#include "filterForm.ftl">
<br>
<p style="text-align: center">Showing ${parlamentarier?size} member(s)</p>
<p style="text-align: center">Suche ergibt <b>${parlamentarier?size}</b> Parlamentarier</p>
<br>
<table>