Skip to content

Commit

Permalink
Update placeholders in FormContactGeneral.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
danielswiatek committed Feb 18, 2024
1 parent 597672a commit 8db4d78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/forms/person/FormContactGeneral.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ const model = computed({
v-model="model.email"
type="email"
label="E-Mail"
placeholder="Vornamen eingeben"
placeholder="Email-Adresse"
required
/>
<BasicInput
v-model="model.telefon"
type="tel"
label="Telefonnummer"
placeholder="Nachname eingeben"
placeholder="Telefonnummer"
required
/>
</div>
Expand Down

0 comments on commit 8db4d78

Please sign in to comment.