Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbuechele committed Nov 1, 2024
1 parent 7dbdda0 commit 7221f46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/routes/mitgliedsantrag._index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,11 @@ export default function Mitgliedsantrag() {
</RadioStack>
</FormControl>
<FormControl id="name" isRequired>
<FormLabel>Name</FormLabel>
<FormLabel>Vor- und Nachname</FormLabel>
<Field type="text" />
</FormControl>
<FormControl id="address" isRequired>
<FormLabel>Adresse</FormLabel>
<FormLabel>Anschrift</FormLabel>
<Field type="text" />
</FormControl>
<FormControl id="city" isRequired>
Expand Down Expand Up @@ -346,7 +346,7 @@ export default function Mitgliedsantrag() {
<Field type="text" />
</FormControl>
<FormControl id="accountHolderAddress" isRequired>
<FormLabel>Adresse des/der Kontoinhaber:in</FormLabel>
<FormLabel>Anschrift des/der Kontoinhaber:in</FormLabel>
<Field type="text" />
</FormControl>
<FormControl id="accountHolderCity" isRequired>
Expand Down

0 comments on commit 7221f46

Please sign in to comment.