Skip to content

Commit

Permalink
fix: fix translation does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
gaomingzhao666 committed Jul 30, 2024
1 parent 77c3a4b commit 851532e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/contact-form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<UFormGroup
size="lg"
:label="$t('contactEmail')"
hint="$t('contactEmailOptional')"
:hint="$t('contactEmailOptional')"
:description="$t('contactEmailDesc')"
class="m-5 w-[320px]"
>
Expand Down

0 comments on commit 851532e

Please sign in to comment.