Fix translation in assignment poll.

This commit is contained in:
Emanuel Schütze 2019-09-24 19:06:44 +02:00
parent 534f2d1835
commit 683f87b3ff
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@
<span *ngIf="vote.value !== 'Votes'"
>{{ pollService.getLabel(vote.value) | translate }}:</span
>
{{ pollService.getSpecialLabel(vote.weight) }}
{{ pollService.getSpecialLabel(vote.weight) | translate }}
<span *ngIf="!pollService.isAbstractOption(poll, option, vote.value)"
>({{ pollService.getPercent(poll, option, vote.value) }}%)</span
>