[ACA-937] fix trashcan tooltip

This commit is contained in:
Denys Vuika
2017-11-02 16:51:57 +00:00
committed by GitHub
parent 96239694d7
commit 4307793a94
2 changed files with 2 additions and 1 deletions

View File

@@ -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>

View File

@@ -91,6 +91,7 @@
"COPY": "Copy",
"MOVE": "Move",
"DELETE": "Delete",
"DELETE_PERMANENT": "Permanently delete",
"MORE": "More actions",
"UNDO": "Undo",
"RESTORE": "Restore",