Skip to content

Commit

Permalink
fix(dropdown): translate tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
tkohr committed Dec 20, 2023
1 parent c9d9849 commit e6cefa1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#choiceInputs
type="button"
*ngFor="let choice of choices"
[title]="choice.label"
[title]="choice.label | translate"
class="flex px-5 py-1 w-full text-start cursor-pointer transition-colors"
[ngClass]="
isSelected(choice)
Expand Down

0 comments on commit e6cefa1

Please sign in to comment.