Skip to content

Commit

Permalink
localize header
Browse files Browse the repository at this point in the history
  • Loading branch information
madsrasmussen committed Sep 12, 2024
1 parent 2a15cdd commit 496b25f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class UmbUserRootWorkspaceElement extends UmbLitElement {
}

override render() {
return html` <umb-body-layout main-no-padding headline="Users">
return html` <umb-body-layout main-no-padding headline=${this.localize.term('treeHeaders_users')}>
<umb-collection alias=${UMB_USER_COLLECTION_ALIAS}></umb-collection>;
</umb-body-layout>`;
}
Expand Down

0 comments on commit 496b25f

Please sign in to comment.