diff --git a/src/facilities/nursery/longChildDescription.tw b/src/facilities/nursery/longChildDescription.tw
index c74a6a2c12a8a27051474e924f4d938e5d8a1a90..1c7eb0f0ffcf6ad0495fe5a38670d83e3311b48a 100644
--- a/src/facilities/nursery/longChildDescription.tw
+++ b/src/facilities/nursery/longChildDescription.tw
@@ -355,7 +355,7 @@ $he's
 		<</if>>
 	<</if>>
 
-	<<= App.Desc.Eye($activeChild)>>
+	<<= App.Desc.Eyes($activeChild)>>
 
 	<<if $activeChild.fetish == "mindbroken">>
 		However, @@.coral;$his mind is fundamentally broken;@@ everything $he experiences will quickly be forgotten.
diff --git a/src/js/descriptionWidgets.js b/src/js/descriptionWidgets.js
index 6ce007e7fc2bd6791fcbc91e695f562b3ec60ee7..45341f4c26637eac86879dd91afa6c1cd088683e 100644
--- a/src/js/descriptionWidgets.js
+++ b/src/js/descriptionWidgets.js
@@ -1,5 +1,5 @@
 /* eslint-disable no-undef */
-App.Desc.Eye = /** @param {App.Entity.SlaveState} slave */ function(slave) {
+App.Desc.Eyes = /** @param {App.Entity.SlaveState} slave */ function(slave) {
 	"use strict";
 	const V = State.variables;
 	let r;
@@ -7,7 +7,7 @@ App.Desc.Eye = /** @param {App.Entity.SlaveState} slave */ function(slave) {
 
 	if (slave.eyes === -2) {
 		const HC = hasVisibleHeterochromia(slave) ? 1 : 0;
-		if (slave.EyeColor !== "empty") {
+		if (slave.eyeColor !== "empty") {
 			r += `${p.His} eyes are dull`;
 			if (V.saleDescription && V.PC.medicine >= 50 || V.PC.slaving >= 50) {
 				r += `, unfocused`;
diff --git a/src/uncategorized/longSlaveDescription.tw b/src/uncategorized/longSlaveDescription.tw
index bc2c7ee511585096884489b38a8464dda4c0ee84..9e6e99ab43084caba467c8fe271296c9dcfaba6d 100644
--- a/src/uncategorized/longSlaveDescription.tw
+++ b/src/uncategorized/longSlaveDescription.tw
@@ -541,7 +541,7 @@ is
 
 <<if $activeSlave.fuckdoll == 0>> /* NORMAL NON-FUCKDOLL MENTAL REPORT */
 
-	<<= App.Desc.Eye($activeSlave)>>
+	<<= App.Desc.Eyes($activeSlave)>>
 
 	<<if $activeSlave.fetish == "mindbroken">>
 		However, @@.coral;$his mind is fundamentally broken;@@ everything $he experiences will quickly be forgotten.