This commit is contained in:
JesmoDev
2024-05-20 16:43:01 +02:00
parent 51e7383ddb
commit 66cfa0ea03
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ export class UmbCreateDocumentCollectionActionElement extends UmbLitElement {
render() {
return html`
<uui-button
label="Create"
label=${this.localize.term('general_create')}
@click=${this.#onButtonClick}
look="outline"
popovertarget="create-popover"></uui-button>

View File

@@ -8,7 +8,7 @@ export const createManifest: ManifestTypes = {
alias: 'Umb.CollectionAction.Member.Create',
weight: 200,
meta: {
label: 'Create',
label: '#general_create',
href: 'section/member-management/workspace/member/create/member-type-1-id', // TODO: remove hardcoded member type id
},
js: () => import('./create-member-collection-action.element.js'),