Fix typos in error messages, constants, and UI labels

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-07 08:55:33 +08:00
parent 3693446d1b
commit 589783d481
6 changed files with 8 additions and 8 deletions

View File

@@ -41,7 +41,7 @@
<div>
<p class="h2">Refine</p>
<div v-for="(item, index) in selectFilter['Refine']" :key="index">
<RadioButton v-model="selectValue[5]" :inputId="item + index" name="Refinee" :value="item" class="mb-1 mr-2"/>
<RadioButton v-model="selectValue[5]" :inputId="item + index" name="Refine" :value="item" class="mb-1 mr-2"/>
<label :for="item + index">{{ item }}</label>
</div>
</div>