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()