mirror of
https://github.com/hay-kot/homebox.git
synced 2025-07-26 20:40:26 +00:00
fix: consistency changes to item pages (#82)
Changes to the item index.vue and edit.vue pages to resolve spelling differences between the two
This commit is contained in:
parent
5adb8fbad7
commit
50bd2ab86e
2 changed files with 6 additions and 6 deletions
|
@ -118,12 +118,12 @@
|
|||
},
|
||||
{
|
||||
type: "text",
|
||||
label: "Purchased Price",
|
||||
label: "Purchase Price",
|
||||
ref: "purchasePrice",
|
||||
},
|
||||
{
|
||||
type: "date",
|
||||
label: "Purchased At",
|
||||
label: "Purchase Date",
|
||||
ref: "purchaseTime",
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue