Skip to content

Commit

Permalink
Rather omit total number of ballot sheets per voter, as it was deemed…
Browse files Browse the repository at this point in the history
… more confusing than helpful.
  • Loading branch information
mi-ki committed Oct 11, 2024
1 parent 9392b30 commit 485051a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/view/VerifiedView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,15 @@ async function downloadPDF (): Promise<void> {
<text class="titleKey">{{ extractTextFromJson(text.verified.electionId, props.language) }}</text>
<br>
<text class="titleKey">{{ extractTextFromJson(text.verified.voterId, props.language) }}</text>
<br>
<text class="titleKey">{{ extractTextFromJson(text.verified.label, props.language) }}</text>
<!-- br> - The total number of ballots per voter was deemed more confusing than helpful, hence we rather omit it. -
<text class="titleKey">{{ extractTextFromJson(text.verified.label, props.language) }}</text -->
</div>
<div class="right">
<text class="data">{{ props.loginResponse.electionId }}</text>
<br>
<text class="data">{{ props.loginResponse.ballotVoterId }}</text>
<br>
<text class="data">{{ props.loginResponse.publicLabel }}</text>
<!-- br>
<text class="data">{{ props.loginResponse.publicLabel }}</text -->
</div>
</div>
<div class="above">
Expand Down

0 comments on commit 485051a

Please sign in to comment.