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:
Emi Matchu 2020-08-14 22:11:04 -07:00
parent 281df33278
commit 362093dfa2

View file

@ -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>