[ADF-2263] Translation is missing on delete warning messages when user has no permission. (#2959)

* Fixed Translation missing on delete warning message
This commit is contained in:
camorra-skk
2018-02-18 15:43:09 +05:30
committed by Eugenio Romano
parent 78ab1ddffc
commit 744f4d9a7d

View File

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