Skip to content

Commit 697edae

Browse files
committed
fix(survey): enum key->value field titles
1 parent 16d0273 commit 697edae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/src/components/SurveyVars.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
flat
6464
hide-details
6565
v-model="props.item.name"
66+
:label="$t('matchKey')"
6667
class="v-text-field--solo--no-min-height"
6768
></v-text-field>
6869
</td>
@@ -72,6 +73,7 @@
7273
flat
7374
hide-details
7475
v-model="props.item.value"
76+
:label="$t('matchValue')"
7577
class="v-text-field--solo--no-min-height"
7678
></v-text-field>
7779
</td>

0 commit comments

Comments
 (0)