rename item "DTI ID" to "Item ID"
I realized that DTI ID is a bit misleading in this case, where the ID is both ours and Neopets's, if I recall!
This commit is contained in:
parent
281df33278
commit
362093dfa2
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ function ItemLayerSupportModal({
|
|||
<ModalCloseButton />
|
||||
<ModalBody>
|
||||
<Metadata>
|
||||
<MetadataLabel>DTI ID:</MetadataLabel>
|
||||
<MetadataLabel>Item ID:</MetadataLabel>
|
||||
<MetadataValue>{itemLayer.id}</MetadataValue>
|
||||
<MetadataLabel>Neopets ID:</MetadataLabel>
|
||||
<MetadataValue>{itemLayer.remoteId}</MetadataValue>
|
||||
|
|
Loading…
Reference in a new issue