bnstooltips 1.18.13 → 1.18.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/index.es.js CHANGED
@@ -8369,7 +8369,7 @@ function AddDecomposeResults(subInfoGroups, item, client, region) {
8369
8369
  });
8370
8370
  if (randomItems.length > 0)
8371
8371
  subInfoGroups.push({
8372
- title: "Random:",
8372
+ title: "Random/Salvage:",
8373
8373
  texts: [
8374
8374
  React.createElement(DecomposeResults, { showUpgrade: false, region: region, items: randomItems, client: client }),
8375
8375
  ],