feat: Update form field labels from "Main Title Language*" to "Main Description Language*" for clarity

This commit is contained in:
Kaimbacher 2025-09-19 17:21:21 +02:00
commit 4c8cce27da
3 changed files with 3 additions and 3 deletions

View file

@ -725,7 +725,7 @@ Removes a selected keyword
</div>
</FormControl>
</FormField>
<FormField label="Main Title Language*" help="required: main abstract language"
<FormField label="Main Description Language*" help="required: main abstract language"
:class="{ 'text-red-400': form.errors['descriptions.0.language'] }"
class="w-full mx-2 flex-1">
<FormControl required v-model="form.descriptions[0].language" type="text"