From dcd86ff3fa9a736b25f1401b4e6145a95ae76e85 Mon Sep 17 00:00:00 2001 From: AlmostSeagull <107404587+AlmostSeagull@users.noreply.github.com> Date: Thu, 2 Apr 2026 14:01:13 +0200 Subject: [PATCH] typo fix - Fixed a typo --- static/js/rando_options.js | 2 +- templates/complex-options/item-totals.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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!