diff --git a/src/js/slaveListing.js b/src/js/slaveListing.js
index a227afaef655345f829b29c77158206100412ca0..3d3a0117ca5440d94ae2280d0334cc3885625f8b 100644
--- a/src/js/slaveListing.js
+++ b/src/js/slaveListing.js
@@ -233,13 +233,13 @@ App.UI.SlaveList.render = function() {
 				assignment.innerText += `,  mindbroken`;
 			} else {
 				if ((slave.sexualFlaw !== "none") || (slave.behavioralFlaw !== "none")) {
-					list.push(`flawed`);
+					list.push(`struggling with flaws`);
 				}
 				if ((slave.trust < 60) || (slave.devotion < 60)) {
 					list.push(`learning to accept life as a slave`);
 				}
 				if (slave.health < 20) {
-					list.push(`for poor health`);
+					list.push(`improving in health`);
 				}
 				if (list.length > 0) {
 					assignment.innerText += ", ";