mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
81901: Add in forgotten translate pipe
This commit is contained in:
@@ -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)"
|
||||
|
@@ -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)"
|
||||
|
Reference in New Issue
Block a user