We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7db54c5 commit 7529130Copy full SHA for 7529130
1 file changed
src/components/Questions/QuestionLinearScale.vue
@@ -80,13 +80,14 @@
80
</template>
81
82
<script>
83
+import { t } from '@nextcloud/l10n'
84
import NcActionInput from '@nextcloud/vue/components/NcActionInput'
85
import NcCheckboxRadioSwitch from '@nextcloud/vue/components/NcCheckboxRadioSwitch'
86
-import QuestionMixin from '../../mixins/QuestionMixin.js'
87
-
88
import IconPencil from 'vue-material-design-icons/Pencil.vue'
89
+import QuestionMixin from '../../mixins/QuestionMixin.js'
90
+
91
export default {
92
name: 'QuestionLinearScale',
93
@@ -104,8 +105,8 @@ export default {
104
105
106
lowestOption: 1,
107
highestOption: 5,
- labelLowest: 'Lowest',
108
- labelHighest: 'Highest',
+ labelLowest: t('forms', 'Strongly disagree'),
109
+ labelHighest: t('forms', 'Strongly agree'),
110
}
111
},
112
0 commit comments