Merge pull request #5054 from emanuelschuetze/fixTranslation
Fix translation in assignment poll.
This commit is contained in:
commit
205bfa05ef
@ -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
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user