Skip to content

Commit

Permalink
localize headline
Browse files Browse the repository at this point in the history
  • Loading branch information
madsrasmussen committed Sep 12, 2024
1 parent a9e1925 commit 2a15cdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const elementName = 'umb-user-group-root-workspace';
@customElement(elementName)
export class UmbUserGroupRootWorkspaceElement 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('user_usergroups')}>
<umb-collection alias=${UMB_USER_GROUP_COLLECTION_ALIAS}></umb-collection>;
</umb-body-layout>`;
}
Expand Down

0 comments on commit 2a15cdd

Please sign in to comment.