ACS-3544 Fix accessibility issues in trashcan (#2659)

This commit is contained in:
MichalKinas
2022-09-21 12:48:45 +02:00
committed by GitHub
parent cef23e69f4
commit 9cf9fa01f9

View File

@@ -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<string>;
@Input()