mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
[ACA-937] fix trashcan tooltip
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
[app-permanent-delete-node]="documentList.selection"
|
[app-permanent-delete-node]="documentList.selection"
|
||||||
(selection-node-deleted)="refresh()"
|
(selection-node-deleted)="refresh()"
|
||||||
*ngIf="documentList.selection.length"
|
*ngIf="documentList.selection.length"
|
||||||
title="{{ 'APP.ACTIONS.DELETE' | translate }}">
|
title="{{ 'APP.ACTIONS.DELETE_PERMANENT' | translate }}">
|
||||||
<mat-icon>delete_forever</mat-icon>
|
<mat-icon>delete_forever</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
@@ -91,6 +91,7 @@
|
|||||||
"COPY": "Copy",
|
"COPY": "Copy",
|
||||||
"MOVE": "Move",
|
"MOVE": "Move",
|
||||||
"DELETE": "Delete",
|
"DELETE": "Delete",
|
||||||
|
"DELETE_PERMANENT": "Permanently delete",
|
||||||
"MORE": "More actions",
|
"MORE": "More actions",
|
||||||
"UNDO": "Undo",
|
"UNDO": "Undo",
|
||||||
"RESTORE": "Restore",
|
"RESTORE": "Restore",
|
||||||
|
Reference in New Issue
Block a user