Skip to content

Commit

Permalink
Update string reference for try again button
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellamaki committed Nov 17, 2021
1 parent bf1ef23 commit 4326777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kolibri/core/assets/src/views/ExamReport/PageStatus.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</KFixedGridItem>
<KFixedGridItem span="1" alignment="right">
<KButton v-if="retry" @click="$emit('repeat')">
{{ coreString('practiceAgainButton') }}
{{ coreString('tryAgainButton') }}
</KButton>
</KFixedGridItem>
</KFixedGrid>
Expand Down

0 comments on commit 4326777

Please sign in to comment.