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