Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianjoel committed Dec 8, 2023
1 parent 2e4a1b2 commit 0067a38
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,12 @@ <h2 class="poll-preview-title">
</mat-option>
</ng-container>
</mat-select>
<mat-hint translate>Voting ends after short (some seconds/minutes) or long (some days/weeks) time period.</mat-hint>
<mat-hint
[innerText]="
'Voting ends after short (some seconds/minutes) or long (some days/weeks) time period.'
| translate
"
></mat-hint>
</mat-form-field>
</ng-container>
</div>
Expand Down

0 comments on commit 0067a38

Please sign in to comment.