diff --git a/static/js/rando_options.js b/static/js/rando_options.js index 97ea3ab87..063087caa 100644 --- a/static/js/rando_options.js +++ b/static/js/rando_options.js @@ -2122,7 +2122,7 @@ function getTotalItemCounts() { } const notifier = document.getElementById("item_count_collective"); const notif_alert = document.getElementById("item_count_collective_alert"); - notifier.textContent = `Current Total: ${total} (Vanilla is 298)`; + notifier.textContent = `Current Total: ${total} (Maximum Total is 298)`; if (total <= 298) { notifier.style.color = "white"; notif_alert.setAttribute("hidden", "hidden"); diff --git a/templates/complex-options/item-totals.html b/templates/complex-options/item-totals.html index 4c5b41f64..c30f448ab 100644 --- a/templates/complex-options/item-totals.html +++ b/templates/complex-options/item-totals.html @@ -25,8 +25,8 @@
Configure the total amount of items for some item types that will be placed into the world. Items that aren't shuffled will be reset back to their default value.
- Current Total: 298 (Vanilla)
- You are over the vanilla total! Only do this if you know your item pools can accommodate this!
+ Current Total: 298 (Maximum)
+ You are over the maximum total! Only do this if you know your item pools can accommodate this!