diff --git a/src/endWeek/saWhore.js b/src/endWeek/saWhore.js
index b68143949e3fd27625b646698e491de3569034e6..0c900b5dff3b0f20acc26d6cb74a7b1489975b23 100644
--- a/src/endWeek/saWhore.js
+++ b/src/endWeek/saWhore.js
@@ -621,12 +621,12 @@ window.saWhore = (function saWhore() {
 			}
 		}
 
-		if (slave.skill.whoring > 10 && slave.skill.whoring <= 30) {
-			r += ` As a skilled prostitute, ${he} gets a little more money out of customers.`;
-		} else if (slave.skill.whoring <= 60) {
-			r += ` As an expert prostitute, ${he} gets more money out of customers.`;
-		} else if (slave.skill.whoring >= 100) {
+		if (slave.skill.whoring >= 100) {
 			r += ` As a masterful prostitute, ${he} makes more money.`;
+		else if (slave.skill.whoring > 60) {
+			r += ` As an expert prostitute, ${he} gets more money out of customers.`;
+		} else if (slave.skill.whoring > 30) {
+			r += ` As a skilled prostitute, ${he} gets a little more money out of customers.`;
 		}
 		if (slave.amp !== 1) {
 			if (slave.skill.whoring < 100) {
diff --git a/src/uncategorized/spaReport.tw b/src/uncategorized/spaReport.tw
index afee47b5987607f9d1f54089ed6117ba943d21ef..a36aa075151c2695bfa14be0bb7b32340e24daaa 100644
--- a/src/uncategorized/spaReport.tw
+++ b/src/uncategorized/spaReport.tw
@@ -299,7 +299,7 @@
 		<<else>>
 			is resting in $spaName.
 		<</if>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;_He2 <<= saRest($slaves[$i])>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;$He <<= saRest($slaves[$i])>>
 		<<if ($slaves[$i].fetish == "mindbroken")>>
 			$He remains in the Spa, completely mindbroken.
 		<<elseif($slaves[$i].sexualFlaw != "none") || ($slaves[$i].behavioralFlaw != "none")>>