diff --git a/src/endWeek/saServeThePublic.js b/src/endWeek/saServeThePublic.js
index f75d3d22f0ebc57c2caecef6e50e95ec4ec3a2fb..669263d8e1671265fd69114807badc9bda13f560 100644
--- a/src/endWeek/saServeThePublic.js
+++ b/src/endWeek/saServeThePublic.js
@@ -484,7 +484,7 @@ window.saServeThePublic = (function saServeThePublic() {
 					}
 					r += ` pussy,`;
 				} else if (slave.sexAmount > 70 && jsRandom(1, 3) === 1) {
-					r += `getting gangbanged,`
+					r += `getting gangbanged,`;
 				} else if (jsRandom(1, 2) === 1) {
 					r += `giving away one of ${his} `;
 					if (slave.prestige > 1 || slave.pornPrestige > 2) {
@@ -840,7 +840,7 @@ window.saServeThePublic = (function saServeThePublic() {
 
 		if (slave.bellyPreg >= 1500 || setup.fakeBellies.includes(slave.bellyAccessory) || slave.bellyImplant >= 1500) {
 			if (arcology.FSRepopulationFocus !== "unset") {
-				r =+ ` In the new culture of ${arcology.name}, ${his}`;
+				r += ` In the new culture of ${arcology.name}, ${his}`;
 				if (setup.fakeBellies.includes(slave.bellyAccessory) || slave.bellyImplant >= 1500) {
 					r += ` apparent`;
 				}
@@ -885,7 +885,7 @@ window.saServeThePublic = (function saServeThePublic() {
 		}
 		if (arcology.FSEdoRevivalist !== "unset") {
 			if (slave.nationality === "Japanese" || slave.nationality === "Edo Revivalist") {
-				r =+ ` As a proper Japanese ${girl}, ${he} is considered extremely desirable.`;
+				r += ` As a proper Japanese ${girl}, ${he} is considered extremely desirable.`;
 			}
 		} else if (arcology.FSChineseRevivalist !== "unset") {
 			if (slave.nationality === "Chinese" || slave.nationality === "Chinese Revivalist") {