feat(#22): Use translation keys in files
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<UFormField label="Titel">
|
||||
<UFormField :label="$t('applicationForms.formElements.title')">
|
||||
<UInput v-model="title" class="w-full" :disabled="props.disabled" />
|
||||
</UFormField>
|
||||
<UFormField label="Text">
|
||||
<UFormField :label="$t('applicationForms.formElements.text')">
|
||||
<UTextarea v-model="body" class="w-full" autoresize :disabled="props.disabled" />
|
||||
</UFormField>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user