diff --git a/src/interaction/slaveInteract.js b/src/interaction/slaveInteract.js index 4827bb108b9f9f93be02476251a8044bb0bb8fbc..aa4bd94453b88fda2c8d558fa610f5f0b9f14c5e 100644 --- a/src/interaction/slaveInteract.js +++ b/src/interaction/slaveInteract.js @@ -2246,14 +2246,14 @@ App.UI.SlaveInteract.rules = function(slave) { ]; if (slave.lactation === 0) { - choice.push( + choices.push( { title: "Induce lactation", value: "induce", } ); } else { - choice.push( + choices.push( { title: "Maintain lactation", value: "maintain",