select-harlequinS
Refine15mo ago
3 replies
select-harlequin

Edit resource name

When I create membership-typ, I get back message Successfuly created membership-type. How can I edit what the resource is string representation is here? I specified name and indentifier but it does not work.
 {
    name: 'membership types',
    identifier: 'membership-types',
    list: '/membership-types',
    clone: '/membership-types/clone/:id',
    create: '/membership-types/new',
    edit: '/membership-types/edit/:id',
    meta: {
      label: 'Membership Types',
      icon: <HeartOutlined />,
      parent: 'userManagement',
    },
  }
Was this page helpful?