diff --git a/src/js/salon.js b/src/js/salon.js
index 05ceb4323926af5e0dee05925c6ff9efa6d0b662..5d01883a4e758db166979acace82af6748fd0744 100644
--- a/src/js/salon.js
+++ b/src/js/salon.js
@@ -336,7 +336,7 @@ App.Medicine.Salon.hair = function(slave, {primaryHairColor = 0, secondaryHairCo
 	} else {
 		// Bald
 		if (slave.hStyle === "bald") {
-			frag.append(`${He} is completely bald.`);
+			frag.append(`${He} is completely bald. `);
 		} else {
 			frag.append(wigDye());
 		}
diff --git a/src/uncategorized/personalAttentionSelect.tw b/src/uncategorized/personalAttentionSelect.tw
index 1f52bae005cb55866918141e98b2ce52e542ad4d..b8479a7f72506b8fbe657b81904bf6047665e7e4 100644
--- a/src/uncategorized/personalAttentionSelect.tw
+++ b/src/uncategorized/personalAttentionSelect.tw
@@ -17,7 +17,7 @@
 	<<if ($arcologies[0].prosperity + 1 * (1 + Math.ceil($PC.skill.engineering/100))) < $AProsperityCap>>
 		[[Contribute to a local development project|Main][$personalAttention = "development project"]]
 	<<else>>
-		contributing to a local development project @@.yellow;would be futile.@@
+		Contributing to a local development project @@.yellow;would be futile.@@
 	<</if>>
 <</if>>
 <<if $PC.skill.hacking > 25>>