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

@ -163,7 +163,7 @@
</div> </div>
</FormControl> </FormControl>
</FormField> </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="{ 'text-red-400': form.errors['descriptions.0.language'] }"
class="w-full ml-1 flex-1"> class="w-full ml-1 flex-1">
<FormControl required v-model="form.descriptions[0].language" type="text" <FormControl required v-model="form.descriptions[0].language" type="text"

View file

@ -725,7 +725,7 @@ Removes a selected keyword
</div> </div>
</FormControl> </FormControl>
</FormField> </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="{ 'text-red-400': form.errors['descriptions.0.language'] }"
class="w-full mx-2 flex-1"> class="w-full mx-2 flex-1">
<FormControl required v-model="form.descriptions[0].language" type="text" <FormControl required v-model="form.descriptions[0].language" type="text"

View file

@ -272,7 +272,7 @@
</FormControl> </FormControl>
</FormField> </FormField>
<FormField <FormField
label="Main Title Language*" label="Main Description Language*"
help="required: main abstract language" help="required: main abstract language"
:class="{ 'text-red-400': form.errors['descriptions.0.language'] }" :class="{ 'text-red-400': form.errors['descriptions.0.language'] }"
class="w-full ml-1 flex-1" class="w-full ml-1 flex-1"