From 6480b95f6fa77200bb2d0fadbb3796de0f8d5739 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Tue, 29 Dec 2020 19:02:01 -0500
Subject: [PATCH] tweak

---
 src/endWeek/saChoosesOwnClothes.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/endWeek/saChoosesOwnClothes.js b/src/endWeek/saChoosesOwnClothes.js
index cd86206f406..f543bbbefb4 100644
--- a/src/endWeek/saChoosesOwnClothes.js
+++ b/src/endWeek/saChoosesOwnClothes.js
@@ -169,7 +169,7 @@ App.SlaveAssignment.choosesOwnClothes = (function() {
 					selection.clothes = jsEither(clothingLovedByAnFS(chosenClothing));
 					if (!selection.clothes) {
 						selection = {
-							text: `${he} chooses to put on underwear, as it seems you don't have any clothingFS available for ${App.Data.FutureSociety.records[chosenClothing].noun}.`,
+							text: `${he} chooses to put on underwear, as it seems you don't have any clothing available for ${App.Data.FutureSociety.records[chosenClothing].noun}.`,
 							clothes: jsEither(["attractive lingerie", "panties"])
 						};
 					}
-- 
GitLab