Merge pull request #5054 from emanuelschuetze/fixTranslation

Fix translation in assignment poll.
This commit is contained in:
Emanuel Schütze 2019-09-24 20:22:55 +02:00 committed by GitHub
commit 205bfa05ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
>