Skip to content

Commit 36f6255

Browse files
fix: Remove double white space in translations (#1982)
1 parent 4b67829 commit 36f6255

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/app/cdk/panel/panels/panels.component.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ <h3 class="activity-header orc-font-body-large">
6161
i18n="@@peerReview.review"
6262
>
6363
review </ng-container
64-
>&nbsp;
65-
<ng-container i18n="@@peerReview.for"> for </ng-container>
64+
>&nbsp;<ng-container i18n="@@peerReview.for"> for </ng-container>
6665
{{ currentAmount }}
6766
<ng-container
6867
*ngIf="currentAmount > 1"

0 commit comments

Comments
 (0)