From 940851204ac2df92efe5a924990270b17d7321c5 Mon Sep 17 00:00:00 2001
From: lowercase-donkey <lowercasedonkey@gmail.com>
Date: Sat, 3 Aug 2019 20:01:39 -0400
Subject: [PATCH] move to ing endings

---
 src/js/slaveListing.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/js/slaveListing.js b/src/js/slaveListing.js
index a227afaef65..3d3a0117ca5 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 += ", ";
-- 
GitLab