diff --git a/src/endWeek/saClothes.js b/src/endWeek/saClothes.js
index b9fb0854f29ef31dde73a8a264d95a0ebe5b0bb1..3a967c423c10129982072b43fcc85f44079d59ee 100644
--- a/src/endWeek/saClothes.js
+++ b/src/endWeek/saClothes.js
@@ -241,7 +241,7 @@ App.SlaveAssignment.clothes = (function() {
 							r.push(`The outfit ${he}'s wearing constantly give ${him} little twinges of pain, <span class="hotpink">titillating ${him}.</span>`);
 							slave.devotion += 2;
 						} else if (slave.devotion <= 20 && slave.trust >= -50) {
-							r.push(`The outfit ${he}'s wearing keep ${him} <span class="hotpink">servile</span> and <span class="gold">afraid.</span>`);
+							r.push(`The outfit ${he}'s wearing keeps ${him} <span class="hotpink">servile</span> and <span class="gold">afraid.</span>`);
 							slave.devotion += 1;
 							slave.trust -= 1;
 							if (slave.fetish === "masochist" && slave.fetishKnown === 0) {