Skip to content

Commit

Permalink
Update participate button title
Browse files Browse the repository at this point in the history
  • Loading branch information
danon committed Nov 12, 2024
1 parent 6c5bbca commit 2a48f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion survey/src/screen/steps/participate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default {
<button class="btn btn-primary mt-auto mb-2" @click="experimentOpt" :disabled="isInitialSelection">
<vue-icon name="surveyExperimentChoiceLegacy" v-if="selected === 'first'"/>
<vue-icon name="surveyExperimentChoiceModern" v-else/>
Zapisz wybór
Wypróbuj
</button>
<button class="btn btn-secondary" @click="close">
Anuluj
Expand Down

0 comments on commit 2a48f5c

Please sign in to comment.