lowercase the verb options
This commit is contained in:
parent
2b763cd7e8
commit
ebad5ab022
|
@ -218,10 +218,10 @@ export default function generateSurveyQuestions(clusters: RequestCluster[]) {
|
|||
title: 'Forma czasownika, jaka będzie użyta w raporcie:',
|
||||
isRequired: true,
|
||||
choices: [
|
||||
{ value: 0, text: 'Wysłałem' },
|
||||
{ value: 1, text: 'Wysłałam' },
|
||||
{ value: 2, text: 'Wysłałom' },
|
||||
{ value: 3, text: 'Wysłaliśmy' },
|
||||
{ value: 0, text: 'wysłałem' },
|
||||
{ value: 1, text: 'wysłałam' },
|
||||
{ value: 2, text: 'wysłałom' },
|
||||
{ value: 3, text: 'wysłaliśmy' },
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue
Block a user