mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
Revert "[ACA-944] Personal Files - label is not translated [i18n]"
This reverts commit 7306e5591a
.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<div class="inner-layout">
|
<div class="inner-layout">
|
||||||
<div class="inner-layout__header">
|
<div class="inner-layout__header">
|
||||||
<adf-breadcrumb
|
<adf-breadcrumb
|
||||||
root="APP.BROWSE.PERSONAL.TITLE"
|
[root]="title | translate"
|
||||||
[folderNode]="node"
|
[folderNode]="node"
|
||||||
(navigate)="onBreadcrumbNavigate($event)">
|
(navigate)="onBreadcrumbNavigate($event)">
|
||||||
</adf-breadcrumb>
|
</adf-breadcrumb>
|
||||||
|
@@ -64,6 +64,7 @@ export class FilesComponent extends PageComponent implements OnInit, OnDestroy {
|
|||||||
const { data } = route.snapshot;
|
const { data } = route.snapshot;
|
||||||
|
|
||||||
this.routeData = data;
|
this.routeData = data;
|
||||||
|
this.title = data.i18nTitle;
|
||||||
|
|
||||||
route.params.subscribe(({ id }: Params) => {
|
route.params.subscribe(({ id }: Params) => {
|
||||||
const nodeId = id || data.defaultNodeId;
|
const nodeId = id || data.defaultNodeId;
|
||||||
|
Reference in New Issue
Block a user