[ADF-1758] Remove the hardcoded work and add keys (#2499)

This commit is contained in:
Maurizio Vitale
2017-10-18 19:15:21 +01:00
committed by Denys Vuika
parent 0c717fe9cc
commit 0bdd66e158
4 changed files with 14 additions and 8 deletions

View File

@@ -55,7 +55,7 @@
[disabled]="action.disabled"
(click)="onExecuteRowAction(row, action)">
<mat-icon *ngIf="action.icon">{{ action.icon }}</mat-icon>
<span>{{ action.title }}</span>
<span>{{ action.title | translate }}</span>
</button>
</mat-menu>
</td>
@@ -147,7 +147,7 @@
[disabled]="action.disabled"
(click)="onExecuteRowAction(row, action)">
<mat-icon *ngIf="action.icon">{{ action.icon }}</mat-icon>
<span>{{ action.title }}</span>
<span>{{ action.title | translate }}</span>
</button>
</mat-menu>
</td>