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

View File

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