Fix translation in assignment poll.
This commit is contained in:
parent
534f2d1835
commit
683f87b3ff
@ -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
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user