diff --git a/src/endWeek/saRules.js b/src/endWeek/saRules.js
index 53de665009c2d8fe0d57bcac5edcdb556b92e68a..7710ab92a023201f74cbe95df2159e6966666832 100644
--- a/src/endWeek/saRules.js
+++ b/src/endWeek/saRules.js
@@ -598,7 +598,7 @@ App.SlaveAssignment.rules = function(slave) {
 								seX(_partner.slave, "oral", slave, "penetrative", 7);
 								break;
 							case "friend":
-								r.push(`is friends with <span class="lightgreen">${_partner.slave.slaveName},</span> who comes to visit ${him} regularly. ${His} sexual frustration from being confined to the clinic shows, and${_partner.slave.slaveName} often winds up helping ${him} get relief.`);
+								r.push(`is friends with <span class="lightgreen">${_partner.slave.slaveName},</span> who comes to visit ${him} regularly. ${His} sexual frustration from being confined to the clinic shows, and ${_partner.slave.slaveName} often winds up helping ${him} get relief.`);
 								if (_partner.slave.rules.relationship === "permissive" && slave.rules.relationship === "permissive") {
 									r.push(`They have <span class="lightgreen">become lovers.</span>`);
 									slave.relationship = 3;
@@ -2268,13 +2268,13 @@ App.SlaveAssignment.rules = function(slave) {
 									let _belly;
 									if (slave.bellyPreg >= 750000) {
 										_belly = bellyAdjective(slave);
-										r.push(`with a strained,${_belly} stomach ready to burst`);
+										r.push(`with a strained, ${_belly} stomach ready to burst`);
 									} else if (slave.bellyPreg >= 600000) {
 										_belly = bellyAdjective(slave);
-										r.push(`with a constantly quivering${_belly} stomach filled to the brim`);
+										r.push(`with a constantly quivering ${_belly} stomach filled to the brim`);
 									} else if (slave.bellyPreg >= 450000) {
 										_belly = bellyAdjective(slave);
-										r.push(`with a${_belly} stomach overstuffed`);
+										r.push(`with a ${_belly} stomach overstuffed`);
 									} else if (slave.bellyPreg >= 150000) {
 										r.push(`with the massive bulge of ${his} pregnancy`);
 									} else if (slave.bellyPreg >= 120000) {