diff --git a/src/endWeek/reports/dairyReport.js b/src/endWeek/reports/dairyReport.js
index af53c8cf5bbfd08a6ae9c31e0d7643ba0bffdfa9..7e2d3a8b31b5b99eea5e942fdc7e2d700ea2eef9 100644
--- a/src/endWeek/reports/dairyReport.js
+++ b/src/endWeek/reports/dairyReport.js
@@ -289,7 +289,7 @@ App.EndWeek.dairyReport = function() {
 				({
 					he2, his2
 				} = getPronouns(slave).appendSuffix("2"));
-				r.push(`${He} either neglects or harasses ${his} ${rivalryTerm(S.Milkmaid)},${slave.slaveName}, making sure ${he2} is unhappy and uncomfortable.`);
+				r.push(`${He} either neglects or harasses ${his} ${rivalryTerm(S.Milkmaid)}, ${slave.slaveName}, making sure ${he2} is unhappy and uncomfortable.`);
 				slave.devotion -= 3;
 				slave.trust -= 3;
 				if (random(1, 100) > 65) {
@@ -1280,7 +1280,7 @@ App.EndWeek.dairyReport = function() {
 	} else if (births > 0) {
 		r.push(`Additionally, one cow gave birth`);
 		if (births > birthers) {
-			r.push(`to a total of${births} calves`);
+			r.push(`to a total of ${births} calves`);
 		}
 		r.push(`this week.`);
 	}