diff --git a/src/endWeek/saRules.js b/src/endWeek/saRules.js
index 2e1b33261e3abef2b8feef70a38fe666c0d345c9..000a5c72763196834b3e16f0a8552011d6e17b19 100644
--- a/src/endWeek/saRules.js
+++ b/src/endWeek/saRules.js
@@ -2449,7 +2449,7 @@ App.SlaveAssignment.rules = function(slave) {
 					}
 
 					if (slave.rules.lactation === "induce") {
-						r.push(`When you have the free time, you message ${his} breasts and work ${his} nipples in an effort to bring in ${his} lactation.`);
+						r.push(`When you have the free time, you massage ${his} breasts and work ${his} nipples in an effort to bring in ${his} lactation.`);
 						r.push(induceLactation(slave, 2));
 						if (slave.lactation === 1) {
 							slave.rules.lactation = "maintain";