Skip to content

Commit 7a44578

Browse files
committed
fix: correct label text for linear scale inputs
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
1 parent a8f829d commit 7a44578

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/Questions/QuestionLinearScale.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
type="multiselect"
2121
:options="[2, 3, 4, 5, 6, 7, 8, 9, 10]"
2222
:v-model="highestOption">
23-
{{ t('forms', 'Highest value"') }}
23+
{{ t('forms', 'Highest value') }}
2424
</NcActionInput>
2525
<NcActionInput>
26-
{{ t('forms', 'Label for lowest value"') }}
26+
{{ t('forms', 'Label for lowest value') }}
2727
</NcActionInput>
2828
<NcActionInput>
29-
{{ t('forms', 'Label for highest value"') }}
29+
{{ t('forms', 'Label for highest value') }}
3030
</NcActionInput>
3131
</template>
3232

0 commit comments

Comments
 (0)