From e37916413a463a1c1486d14d97657551c1339109 Mon Sep 17 00:00:00 2001
From: lbnesquik <lbnesquik@gmail.com>
Date: Thu, 21 Jan 2021 05:57:25 +0100
Subject: [PATCH] Small missing space fix

---
 src/endWeek/saGetMilked.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/endWeek/saGetMilked.js b/src/endWeek/saGetMilked.js
index 79bad3646e8..78c7aab4898 100644
--- a/src/endWeek/saGetMilked.js
+++ b/src/endWeek/saGetMilked.js
@@ -511,7 +511,7 @@ App.SlaveAssignment.getMilked = (function() {
 
 		if (slave.prostate > 0) {
 			if (slave.prostate > 2) {
-				r.text += ` ${His} heavily altered prostate greatly increases the volume of ${his} ejaculations and promotes excessive, watery semen production. This dilute ejaculate<span class="cash dec">sells poorly</span> compared to normal cum.`;
+				r.text += ` ${His} heavily altered prostate greatly increases the volume of ${his} ejaculations and promotes excessive, watery semen production. This dilute ejaculate <span class="cash dec">sells poorly</span> compared to normal cum.`;
 			} else if (slave.prostate > 1) {
 				r.text += ` ${His} hyperactive prostate increases the volume of ${his} ejaculations and promotes good semen production.`;
 			}
-- 
GitLab