diff --git a/src/components/contact/ContactForm.vue b/src/components/contact/ContactForm.vue index 62f4210..46acb58 100644 --- a/src/components/contact/ContactForm.vue +++ b/src/components/contact/ContactForm.vue @@ -1,5 +1,6 @@ @@ -125,12 +143,15 @@ function placeholderFor(method: string | undefined): string {
- Your name (optional) + + {{ t('form.name.label') }} + {{ t('form.name.optional') }} + @@ -141,15 +162,15 @@ function placeholderFor(method: string | undefined): string {
- Reach me via + {{ t('form.method.label') }} - Whatever is easiest for you — the studio will use exactly this. + {{ t('form.value.description') }} @@ -178,11 +199,11 @@ function placeholderFor(method: string | undefined): string { - Your message + {{ t('form.message.label') }}