fix: "research goal" should use different strings

This commit is contained in:
AnotiaWang
2025-02-13 11:48:17 +08:00
parent b23e074ba0
commit 448b9eb7e5
3 changed files with 3 additions and 1 deletions

View File

@ -42,7 +42,7 @@
<h2 class="font-bold">{{ $t('researchTopic.title') }}</h2>
</template>
<div class="flex flex-col gap-2">
<UFormField :label="$t('researchTopic.title')" required>
<UFormField :label="$t('researchTopic.inputTitle')" required>
<UTextarea
class="w-full"
v-model="form.query"