diff --git a/src/npc/interaction/fFeelings.js b/src/npc/interaction/fFeelings.js
index 8b245c3e60ec73808624e267ab2411b3da2f192c..fdf1c88bbf754214a45aeb094208cce00f7e564f 100644
--- a/src/npc/interaction/fFeelings.js
+++ b/src/npc/interaction/fFeelings.js
@@ -1942,7 +1942,7 @@ App.Interact.feelings = function(slave) {
 				if (slave.intelligence+slave.intelligenceImplant > 50) {
 					r.push(Spoken(slave, `I've been watching all the body dysphoria on display lately; it's certainly novel.`));
 				} else if (slave.energy > 95) {
-					r.push(Spoken(slave, `Thank you so much for supporting this new T&A expansion culture, ${Master}. It's like you made it just for me. so much eye candy!`));
+					r.push(Spoken(slave, `Thank you so much for supporting this new T&A expansion culture, ${Master}. It's like you made it just for me. So much eye candy!`));
 				} else if (slave.boobs > 1000) {
 					r.push(Spoken(slave, `It's almost strange, being in a place where these tits don't make me stand out.`));
 				} else {