From 9cf9fa01f99d1e8fbf2004bb4143b6d5ea011e27 Mon Sep 17 00:00:00 2001 From: MichalKinas <113341662+MichalKinas@users.noreply.github.com> Date: Wed, 21 Sep 2022 12:48:45 +0200 Subject: [PATCH] ACS-3544 Fix accessibility issues in trashcan (#2659) --- .../components/common/location-link/location-link.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/app/components/common/location-link/location-link.component.ts b/app/src/app/components/common/location-link/location-link.component.ts index b8fe70684..e37e60fa4 100644 --- a/app/src/app/components/common/location-link/location-link.component.ts +++ b/app/src/app/components/common/location-link/location-link.component.ts @@ -53,7 +53,7 @@ import { TranslationService } from '@alfresco/adf-core'; export class LocationLinkComponent implements OnInit { private _path: PathInfo; - nodeLocation$ = new BehaviorSubject(''); + nodeLocation$ = new BehaviorSubject(this.translationService.instant('APP.BROWSE.SEARCH.UNKNOWN_LOCATION')); displayText: Observable; @Input()