mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
ACS-3544 Fix accessibility issues in trashcan (#2659)
This commit is contained in:
parent
cef23e69f4
commit
9cf9fa01f9
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user