Update token mount category name in token settings
This commit is contained in:
parent
83ea72f716
commit
37f0ab3b26
@ -11,7 +11,7 @@ type CategorySetting = { value: TokenCategory; label: string };
|
|||||||
const categorySettings: CategorySetting[] = [
|
const categorySettings: CategorySetting[] = [
|
||||||
{ value: "character", label: "Character" },
|
{ value: "character", label: "Character" },
|
||||||
{ value: "prop", label: "Prop" },
|
{ value: "prop", label: "Prop" },
|
||||||
{ value: "vehicle", label: "Vehicle / Mount" },
|
{ value: "vehicle", label: "Mount" },
|
||||||
{ value: "attachment", label: "Attachment" },
|
{ value: "attachment", label: "Attachment" },
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user