81901: Add in forgotten translate pipe

This commit is contained in:
Yura Bondarenko
2021-08-23 15:45:22 +02:00
parent 9cb8a77bf8
commit 714ea5d8f9
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<a class="nav-item nav-link"
[ngClass]="{ 'disabled': !hasLink }"
[attr.aria-disabled]="!hasLink"
[title]="item.text"
[title]="item.text | translate"
[routerLink]="getRouterLink()"
(click)="$event.stopPropagation()"
(keyup.space)="navigate($event)"

View File

@@ -1,7 +1,7 @@
<a href="javascript:void(0);"
class="nav-item nav-link"
role="button"
[title]="item.text"
[title]="item.text | translate"
(click)="activate($event)"
(keyup.space)="activate($event)"
(keyup.enter)="activate($event)"