diff --git a/src/js/descriptionWidgets.js b/src/js/descriptionWidgets.js
index fff11892aa9f3db7362904ee5fd893fd044775fc..cfe9174cb61e268c94e88a1ff00e828e3bace6ca 100644
--- a/src/js/descriptionWidgets.js
+++ b/src/js/descriptionWidgets.js
@@ -999,9 +999,9 @@ App.Desc.waist =
 		} else if (slave.waist > -95) {
 			r += `a hot <span class=pink>wasp waist</span> that gives ${him} an hourglass figure`;
 			if (slave.weight > 30) {
-				r += `despite $his extra weight.`;
+				r += ` despite $his extra weight. `;
 			} else if (slave.weight < -30) {
-				r += `further accentuated by how thin $he is.`;
+				r += ` further accentuated by how thin $he is. `;
 			} else {
 				r += `. `;
 			}