diff --git a/src/Mods/SecExp/js/authorityReport.js b/src/Mods/SecExp/js/authorityReport.js
index 98f724c8c1161ae2a2ce2fc40ea7b5c8a9ae622d..5a4eac1c188a4df0588e902cd1990288d7e2d404 100644
--- a/src/Mods/SecExp/js/authorityReport.js
+++ b/src/Mods/SecExp/js/authorityReport.js
@@ -39,10 +39,10 @@ App.SecExp.authorityReport = function() {
 		r.push(`Your legend is so well known that your mere presence commands respect and obedience, increasing your authority.`);
 		authGrowth += (10 * random(10, 20));
 	} else if (V.rep >= 15000) {
-		r.push(`Your reputation is so high that your mere presence commands respect, increasing your authority.`);
+		r.push(`Your authority is so high that your mere presence commands respect, increasing your authority.`);
 		authGrowth += (10 * random(5, 15));
 	} else if (V.rep >= 10000) {
-		r.push(`Your reputation is high enough that your presence commands some respect, increasing your authority.`);
+		r.push(`Your authority is high enough that your presence commands some respect, increasing your authority.`);
 		authGrowth += (10 * random(2, 8));
 	}
 
@@ -120,7 +120,7 @@ App.SecExp.authorityReport = function() {
 
 	const FSRestart = V.arcologies[0].FSRestart;
 	if (FSRestart >= 50) {
-		r.push(`The arcology's society is ${FSRestart >= 90 ? 'extremely' : 'very'} stratified. The reliance on the ${V.arcologies[0].FSNeoImperialistLaw2 === 1 ? 'Barons' : 'Societal Elite'} by the lower classes increases ${FSRestart >= 90 ? 'greatly' : ''} your reputation.`);
+		r.push(`The arcology's society is ${FSRestart >= 90 ? 'extremely' : 'very'} stratified. The reliance on the ${V.arcologies[0].FSNeoImperialistLaw2 === 1 ? 'Barons' : 'Societal Elite'} by the lower classes increases ${FSRestart >= 90 ? 'greatly' : ''} your authority.`);
 		authGrowth += FSRestart;
 	}
 
@@ -132,7 +132,7 @@ App.SecExp.authorityReport = function() {
 
 	const FSNull = V.arcologies[0].FSNull;
 	if (FSNull >= 50) {
-		r.push(`${FSNull >= 90 ? 'Extreme' : 'Mild'} cultural openness allows dangerous ideas to spread in your arcology, ${FSNull >= 90 ? 'greatly' : ''} damaging your reputation.`);
+		r.push(`${FSNull >= 90 ? 'Extreme' : 'Mild'} cultural openness allows dangerous ideas to spread in your arcology, ${FSNull >= 90 ? 'greatly' : ''} damaging your authority.`);
 		authGrowth -= FSNull;
 	}
 
diff --git a/src/endWeek/saChoosesOwnClothes.js b/src/endWeek/saChoosesOwnClothes.js
index f3b59e330962360e84a64d8432855ff24b445698..f36b587427da132e10e829cb1f648ffdeaf1dab5 100644
--- a/src/endWeek/saChoosesOwnClothes.js
+++ b/src/endWeek/saChoosesOwnClothes.js
@@ -201,7 +201,7 @@ App.SlaveAssignment.choosesOwnClothes = (function() {
 					if (isItemAccessible.entry("a nice nurse outfit") === true) {
 						wardrobeAssignment.push({text: `and wears a nice nurse outfit to look professional before ${his} patients.`, clothes: "a nice nurse outfit"});
 					}
-					wardrobeAssignment.push({text: `and wears a slutty nurse outfit to show to a little skin as ${he} cares for ${his} patients.`, clothes: "a slutty nurse outfit"});
+					wardrobeAssignment.push({text: `and wears a slutty nurse outfit to show a little skin as ${he} cares for ${his} patients.`, clothes: "a slutty nurse outfit"});
 				} else {
 					if (isItemAccessible.entry("a nice nurse outfit") === true) {
 						wardrobeAssignment.push({text: `and wears a nice nurse outfit to look professional before ${his} patients.`, clothes: "a nice nurse outfit"});