[ADF-2183] fixed translation on no permission tooltip (#2857)

This commit is contained in:
Vito
2018-01-22 11:51:47 +01:00
committed by Eugenio Romano
parent 28e9697604
commit c4d9f9c829
4 changed files with 6 additions and 6 deletions

View File

@@ -263,7 +263,7 @@ export class FilesComponent implements OnInit, OnChanges, OnDestroy {
}
handlePermissionError(event: any) {
this.translateService.get('OPERATION.ERROR.NO_PERMISSION_EVENT', {
this.translateService.get('VERSION.NO_PERMISSION_EVENT', {
permission: event.permission,
action: event.action,
type: event.type