diff --git a/components/report-window/generate-survey-questions.ts b/components/report-window/generate-survey-questions.ts index c0f8714..9c3c44e 100644 --- a/components/report-window/generate-survey-questions.ts +++ b/components/report-window/generate-survey-questions.ts @@ -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' }, ], }, ],