www/apps/user-guide/app/settings/property-labels/page.mdx
import { EllipsisHorizontal } from "@medusajs/icons" import { InlineIcon } from "docs-ui"
export const metadata = {
title: Manage Property Labels in Medusa Admin,
}
In this guide, you'll learn how to manage property labels in the Medusa Admin.
Property labels let you customize the names of columns shown in the Medusa Admin's configurable table views. When the dashboard builds a data table, it uses your property labels as the column names, so you can use the terminology that fits your store.
For example, you can label an order's display_id property as "Order Number" to change the name of that column in the orders table.
Property labels are global, so they apply to all admin users, and each property can have only one label.
To view property labels, go to Settings → Property Labels. Here, you can see a table of the data models in your store, such as orders and products.
The table has the following columns:
You can sort the list by module or model to find the data model you're looking for.
To set custom labels for a data model's properties:
A description requires a custom label. If you enter a description without a custom label, you can't save the changes.
</Note>After saving, the custom labels appear as the column names for that data model's data tables across the dashboard.
To remove a custom label:
The property's column reverts to its default name in data tables.