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"
|
||||
(selection-node-deleted)="refresh()"
|
||||
*ngIf="documentList.selection.length"
|
||||
title="{{ 'APP.ACTIONS.DELETE' | translate }}">
|
||||
title="{{ 'APP.ACTIONS.DELETE_PERMANENT' | translate }}">
|
||||
<mat-icon>delete_forever</mat-icon>
|
||||
</button>
|
||||
|
||||
|
@@ -91,6 +91,7 @@
|
||||
"COPY": "Copy",
|
||||
"MOVE": "Move",
|
||||
"DELETE": "Delete",
|
||||
"DELETE_PERMANENT": "Permanently delete",
|
||||
"MORE": "More actions",
|
||||
"UNDO": "Undo",
|
||||
"RESTORE": "Restore",
|
||||
|
Reference in New Issue
Block a user