From 79b9a7c38f097f93813dbc602ba9fbf5f4c95f16 Mon Sep 17 00:00:00 2001
From: corncobman21 <corncobman21@hotmail.com>
Date: Fri, 9 Mar 2018 03:43:35 -0500
Subject: [PATCH] Fix case

---
 src/uncategorized/customSlave.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/customSlave.tw b/src/uncategorized/customSlave.tw
index c818de8257b..2cc4dd91b53 100644
--- a/src/uncategorized/customSlave.tw
+++ b/src/uncategorized/customSlave.tw
@@ -274,7 +274,7 @@
 
 <span id = "weight">
 <<if $customSlave.weight == -50>>Very thin.
-<<elseif $customSlave.weight == -15>>thin.
+<<elseif $customSlave.weight == -15>>Thin.
 <<elseif $customSlave.weight == 0>>Average weight.
 <<elseif $customSlave.weight == 15>>Chubby.
 <<elseif $customSlave.weight == 50>>Plump.
-- 
GitLab