This commit is contained in:
Bogdan Cilibiu
2018-04-26 10:16:12 +03:00
parent ba07880fbd
commit 633611ec2e
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@
mat-icon-button
color="primary"
*ngIf="showEditOption(documentList.selection)"
title="{{ 'APP.ACTIONS.EDIT' | translate }}"
[attr.title]="'APP.ACTIONS.EDIT' | translate"
(error)="openSnackMessage($event)"
[adf-edit-folder]="documentList.selection[0]?.entry">
<mat-icon>create</mat-icon>

View File

@@ -29,7 +29,7 @@
color="primary"
mat-icon-button
*ngIf="canEditFolder(documentList.selection)"
title="{{ 'APP.ACTIONS.EDIT' | translate }}"
[attr.title]="'APP.ACTIONS.EDIT' | translate"
(error)="openSnackMessage($event)"
[adf-edit-folder]="documentList.selection[0]?.entry">
<mat-icon>create</mat-icon>