From 4307793a9460eff2393447e4028bbd6a2c9c718b Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Thu, 2 Nov 2017 16:51:57 +0000 Subject: [PATCH] [ACA-937] fix trashcan tooltip --- src/app/components/trashcan/trashcan.component.html | 2 +- src/assets/i18n/en.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/components/trashcan/trashcan.component.html b/src/app/components/trashcan/trashcan.component.html index b56c2d586..107d58efe 100644 --- a/src/app/components/trashcan/trashcan.component.html +++ b/src/app/components/trashcan/trashcan.component.html @@ -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 }}"> delete_forever diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index 5ad48ea50..5c6ec695c 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -91,6 +91,7 @@ "COPY": "Copy", "MOVE": "Move", "DELETE": "Delete", + "DELETE_PERMANENT": "Permanently delete", "MORE": "More actions", "UNDO": "Undo", "RESTORE": "Restore",