diff --git a/HISTORY.md b/HISTORY.md
index 7899cceef..504460f11 100755
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -4,11 +4,13 @@
* **Notable Fixes:**
* fixed a variable scope bug when evaluating a ring with a same-named formal parameter as an outer scoped variable
* fixed disabling a primitive that has ZIP as a custom fallback, e.g. numbers, reporter-if
+ * fixed dialog box label to show "Max slots" when editing the max slots setting of a variadic custom block input
### 2024-08-05
* new dev version
* threads: fixed a variable scope bug when evaluating a ring with a same-named formal parameter as an outer scoped variable
-* objects: fixed disabling a primitive that has ZIP as a custom fallback, e.g. numbers, reporter-if
+* objects: fixed disabling a primitive that has ZIP as a custom fallback, e.g. numbers, reporter-if
+* byob: fixed dialog box label to show "Max slots" when editing the max slots setting of a variadic custom block input
## 10.0.0:
* **New Features:**
diff --git a/snap.html b/snap.html
index 52571b7a2..3d576d346 100755
--- a/snap.html
+++ b/snap.html
@@ -23,7 +23,7 @@
-
+
diff --git a/src/byob.js b/src/byob.js
index 632956daf..65e370409 100644
--- a/src/byob.js
+++ b/src/byob.js
@@ -111,7 +111,7 @@ ArgLabelMorph, embedMetadataPNG, ArgMorph, RingMorph*/
// Global stuff ////////////////////////////////////////////////////////
-modules.byob = '2024-June-12';
+modules.byob = '2024-August-05';
// Declarations
@@ -5113,7 +5113,7 @@ InputSlotDialogMorph.prototype.editVariadicMaxSlots = function () {
num => this.fragment.maxSlots = num,
this
).prompt(
- "Min slots",
+ "Max slots",
(this.fragment.maxSlots || 0).toString(),
this.world(),
null, // pic