fixed german translation
This commit is contained in:
parent
48a2e9af19
commit
3721dddadd
2 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue