How to remove plural noun when using custom label in resources ? (Inferencer)
I have a resource with label "Manajemen Pengguna" but on the page, Inferencer automatically convert the label into plural noun.
Here is my code
Here is my code

{
name: "user",
list: "/user",
show: "/user/show/:id",
create: "/user/create",
edit: "/user/edit/:id",
meta: {
label: "Manajemen Pengguna",
icon: <UserOutlined />
}
},