diff --git a/src/facilities/nursery/longChildDescription.tw b/src/facilities/nursery/longChildDescription.tw
index 6444d8f1a27cfcb783a2cb783867deb95aa4568a..1724ae0256c66865d777b7271579b1852887131f 100644
--- a/src/facilities/nursery/longChildDescription.tw
+++ b/src/facilities/nursery/longChildDescription.tw
@@ -676,7 +676,7 @@ is
 <<if $activeChild.fuckdoll == 0>>
 	<<if $showBodyMods == 1>>
 		<<if ["cheeks", "ears", "left cheek", "left ears", "neck", "right cheek", "right ears"].includes($activeChild.brandLocation)>>
-			<<= App.Desc.Brand($activeChild)>>
+			<<= App.Desc.brand($activeChild)>>
 		<</if>>
 	<</if>>
 <</if>>
@@ -886,7 +886,7 @@ is
 <br>&nbsp;&nbsp;&nbsp;&nbsp;
 
 <<if $activeChild.amp != 0>>
-	<<= App.Desc.Amputee($activeChild)>>
+	<<= App.Desc.amputee($activeChild)>>
 <</if>>
 
 <<ClothingDescription>>
@@ -968,7 +968,7 @@ and
 	$His hips are unrealistically wide; it is obvious they have been artificially widened.
 <</if>>
 
-<<= App.Desc.Waist($activeChild)>>
+<<= App.Desc.waist($activeChild)>>
 
 <<if $arcologies[0].FSGenderFundamentalistLawBeauty + $arcologies[0].FSGenderRadicalistLawBeauty > 0>>
 	<<if $arcologies[0].FSHedonisticDecadence == "unset" && $arcologies[0].FSPhysicalIdealistStrongFat == 0>>
@@ -1160,7 +1160,7 @@ $He is
 	<<if $showBodyMods == 1>>
 		/* Check it's not a facial brand: */
 		<<if ["ankles", "back", "calves", "chest", "feet", "hands", "left ankle", "left calf", "left foot", "left hand", "left lower arm", "left shoulder", "left upper arm", "left wrist", "lower arms", "lower back", "right ankle", "right calf", "right foot", "right hand", "right lower arm", "right shoulder", "right upper arm", "right wrist", "shoulders", "upper arms", "wrists"].includes($activeChild.brandLocation)>>
-			<<= App.Desc.Brand($activeChild)>>
+			<<= App.Desc.brand($activeChild)>>
 		<</if>>
 	<</if>>
 <</if>>
diff --git a/src/js/descriptionWidgets.js b/src/js/descriptionWidgets.js
index 74982640091d13aaa12b1a062de5acc342686b8e..b7c724c13a46a1f9b86cdd7ddce088cf961fccd9 100644
--- a/src/js/descriptionWidgets.js
+++ b/src/js/descriptionWidgets.js
@@ -628,7 +628,7 @@ App.Desc.ageAndHealth = /** @param {App.Entity.SlaveState} slave */ function (sl
 	return r;
 }
 
-App.Desc.Brand = /** @param {App.Entity.SlaveState} slave */ function (slave) {
+App.Desc.brand = /** @param {App.Entity.SlaveState} slave */ function (slave) {
 	"use strict";
 	const V = State.variables;
 	let r = ``;
@@ -653,7 +653,7 @@ App.Desc.Brand = /** @param {App.Entity.SlaveState} slave */ function (slave) {
 	return r;
 }
 
-App.Desc.Amputee = /**@param {App.Entity.SlaveState} slave */ function (slave) {
+App.Desc.amputee = /**@param {App.Entity.SlaveState} slave */ function (slave) {
 	"use strict";
 	const V = State.variables;
 	let r = ``;
@@ -687,7 +687,7 @@ App.Desc.Amputee = /**@param {App.Entity.SlaveState} slave */ function (slave) {
 	return r;
 }
 
-App.Desc.Waist = /**@param {App.Entity.SlaveState} slave */ function (slave) {
+App.Desc.waist = /**@param {App.Entity.SlaveState} slave */ function (slave) {
 	"use strict";
 	const V = State.variables;
 	let r = ``;
diff --git a/src/uncategorized/bodyModification.tw b/src/uncategorized/bodyModification.tw
index aa78823eafe1dbeb65d7b4e24e911083502541fe..d2edd8fd75ec409f04f20f6740190a43ace5f512 100644
--- a/src/uncategorized/bodyModification.tw
+++ b/src/uncategorized/bodyModification.tw
@@ -866,7 +866,7 @@ Custom Tats:
 
 Branding:
 <<if $activeSlave.brand != 0>>
-	<<= App.Desc.Brand($activeSlave)>>
+	<<= App.Desc.brand($activeSlave)>>
 	[[Remove Brand|Body Modification][$brandApplied = 0, $activeSlave.brand = 0,cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave),$degradation -= 10]]
 <<else>>
 	$His skin is unmarked.
diff --git a/src/uncategorized/longSlaveDescription.tw b/src/uncategorized/longSlaveDescription.tw
index 80f880f00d2f908085abf06662d7fcd57d6ffb12..9d999e7fbb1fd2b6b16890c2a4eb145be8469640 100644
--- a/src/uncategorized/longSlaveDescription.tw
+++ b/src/uncategorized/longSlaveDescription.tw
@@ -1143,7 +1143,7 @@ is
 <<if $activeSlave.fuckdoll == 0>>
 	<<if $showBodyMods == 1>>
 		<<if ["cheeks", "ears", "left cheek", "left ears", "neck", "right cheek", "right ears"].includes($activeSlave.brandLocation)>>
-			<<= App.Desc.Brand($activeSlave)>>
+			<<= App.Desc.brand($activeSlave)>>
 		<</if>>
 	<</if>>
 <</if>>
@@ -1689,7 +1689,7 @@ is
 <br>&nbsp;&nbsp;&nbsp;&nbsp;
 
 <<if $activeSlave.amp != 0>>
-	<<= App.Desc.Amputee($activeSlave)>>
+	<<= App.Desc.amputee($activeSlave)>>
 <</if>>
 
 <<ClothingDescription>>
@@ -1771,7 +1771,7 @@ and
 	$His hips are unrealistically wide, it is obvious they have been artificially widened.
 <</if>>
 
-<<= App.Desc.Waist($activeSlave)>>
+<<= App.Desc.waist($activeSlave)>>
 
 <<if $arcologies[0].FSGenderFundamentalistLawBeauty + $arcologies[0].FSGenderRadicalistLawBeauty > 0>>
 	<<if $arcologies[0].FSHedonisticDecadence == "unset" && $arcologies[0].FSPhysicalIdealistStrongFat == 0>>
@@ -1963,7 +1963,7 @@ $He is
 	<<if $showBodyMods == 1>>
 		/* Check it's not a facial brand: */
 		<<if ["ankles", "back", "calves", "chest", "feet", "hands", "left ankle", "left calf", "left foot", "left hand", "left lower arm", "left shoulder", "left upper arm", "left wrist", "lower arms", "lower back", "right ankle", "right calf", "right foot", "right hand", "right lower arm", "right shoulder", "right upper arm", "right wrist", "shoulders", "upper arms", "wrists"].includes($activeSlave.brandLocation)>>
-			<<= App.Desc.Brand($activeSlave)>>
+			<<= App.Desc.brand($activeSlave)>>
 		<</if>>
 	<</if>>
 <</if>>
diff --git a/src/uncategorized/wardrobeUse.tw b/src/uncategorized/wardrobeUse.tw
index 14fd11c4ad321e81bd50c1d1db57cdc337ade3cc..9e68a08e4adbc4b2a07968d7906e7582f264662d 100644
--- a/src/uncategorized/wardrobeUse.tw
+++ b/src/uncategorized/wardrobeUse.tw
@@ -389,7 +389,7 @@ Collar: ''$activeSlave.collar.''
 
 Torso accessory: ''$activeSlave.bellyAccessory.''
 <br>
-//<<= App.Desc.Waist($activeSlave)>><<pregnancyDescription>><<clothingCorsetDescription>><<CorsetPiercingDescription>>//
+//<<= App.Desc.waist($activeSlave)>><<pregnancyDescription>><<clothingCorsetDescription>><<CorsetPiercingDescription>>//
 <<options $activeSlave.bellyAccessory>>
 	<<option "none" "None">>
 	<<option "a corset" "Tight corset">>
diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw
index a7f320d3edd5d61efa5ea650ca4d7b6c7847ead9..7c9cf6858ef92aeb6947d63de1e5e8afb6a14d78 100644
--- a/src/utility/descriptionWidgetsFlesh.tw
+++ b/src/utility/descriptionWidgetsFlesh.tw
@@ -1269,7 +1269,7 @@ $His
 <<if $showBodyMods == 1>>
 	<<if $activeSlave.fuckdoll == 0>>
 		<<if ($activeSlave.brand != 0) && ["breasts", "left breast", "right breast"].includes($activeSlave.brandLocation)>>
-			<<= App.Desc.Brand($activeSlave)>>
+			<<= App.Desc.brand($activeSlave)>>
 		<</if>>
 	<</if>>
 <</if>>
@@ -5003,7 +5003,7 @@ $He's got a
 	<<if $showBodyMods == 1>>
 		<<if ($activeSlave.brand != 0)>>
 			<<if ($activeSlave.brandLocation == "pubic mound")>>
-				<<= App.Desc.Brand($activeSlave)>>
+				<<= App.Desc.brand($activeSlave)>>
 			<</if>>
 		<</if>>
 	<</if>>
diff --git a/src/utility/descriptionWidgetsTattoos.tw b/src/utility/descriptionWidgetsTattoos.tw
index a99c85faa812d6e6f78d82b18930d1191c59bc3b..6df50ddb2ae72e43ccdeba483104c1d28be554dd 100644
--- a/src/utility/descriptionWidgetsTattoos.tw
+++ b/src/utility/descriptionWidgetsTattoos.tw
@@ -405,7 +405,7 @@
 	<</switch>>
 <</if>>
 <<if ($activeSlave.brand != 0) && ["buttocks", "left buttock", "left thigh", "right buttock", "right thigh", "thighs"].includes($activeSlave.brandLocation)>>
-	<<= App.Desc.Brand($activeSlave)>>
+	<<= App.Desc.brand($activeSlave)>>
 <</if>>
 <</widget>>