diff --git a/src/endWeek/saChoosesOwnClothes.js b/src/endWeek/saChoosesOwnClothes.js
index 1301aeb6779cb87ee6c3513063ce239528f1cb81..c15c2574c8b4b5dc3a336163e497c28e361fd1cd 100644
--- a/src/endWeek/saChoosesOwnClothes.js
+++ b/src/endWeek/saChoosesOwnClothes.js
@@ -1,6 +1,6 @@
 window.saChoosesOwnClothes = (function() {
 	"use strict";
-	
+
 	let player;
 	let r;
 	/* eslint-disable no-unused-vars*/
@@ -38,7 +38,7 @@ window.saChoosesOwnClothes = (function() {
 				r += `${shoeChoice.text} `;
 				slave.shoes = shoeChoice.shoes;
 			}
-			r += `${corsetChoice.text} Faced with so many choices and no thought on the matter; ${clothingChoice.text}. `;
+			r += `${corsetChoice.text} Faced with so many choices and no thought on the matter; ${clothingChoice.text}`;
 		} else if (slave.devotion <= 20) {
 			const clothingChoice = todaysOutfit(slave);
 			slave.clothes = clothingChoice.clothes;