diff --git a/src/interaction/sellSlave.js b/src/interaction/sellSlave.js index f2d2bc7833a5cedcfc01f588d096a0bbd330200d..992efd95b063d0301832c5be88341e4b6cd69d51 100644 --- a/src/interaction/sellSlave.js +++ b/src/interaction/sellSlave.js @@ -2603,7 +2603,7 @@ App.Interact.sellSlave = function(slave) { } } if (slaveImpact === 1) { - r.push(`Your other flavored milk producing slaves hope that they'll also be <span class="trust inc">lucky enough</span> to find themselves being taken care of in a wealthy mans dairy too, should you decide to sell them.`); + r.push(`Your other flavored milk producing slaves hope that they'll also be <span class="trust inc">lucky enough</span> to find themselves being taken care of in a wealthy man's dairy too, should you decide to sell them.`); } return r; }