diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 29c20978f62ff6b0fc62b25b8330ed038bdb8c30..d3721702f0fa92ea1fd9fc39594bc9c08e269575 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -6,6 +6,7 @@ Pregmod
 	-unified cybermod with vanilla
 	-slave assignment links improved
 	-facility transfer tab added to facility assignment
+	-new slave school specializing in nulled slaves
 	-added a drug to force erections
 	-aphrodisiacs counter erectile dysfunction
 	-added birth tracking tattoo
diff --git a/src/interaction/main/toychest.js b/src/interaction/main/toychest.js
index 630270256b0c2acc9fb8aa85724b073ad6946aed..20b303aff656fb2b3671a7b9ccf5802bd1502177 100644
--- a/src/interaction/main/toychest.js
+++ b/src/interaction/main/toychest.js
@@ -26,7 +26,7 @@ App.Interact.ToyChest = function(slave) {
 		}
 	} else if (slave.devotion > 50) {
 		if (slave.toyHole === "mouth") {
-			r += `has positioned ${himself} nearby with ${his} mouth conveniently`;
+			r += `has positioned ${himself} nearby with ${his} mouth conveniently `;
 			if (V.PC.dick) {
 				r += `at cock level`;
 			} else {