From 94ae9b637a17eaf19e02b610d0facbd0b70e3ce7 Mon Sep 17 00:00:00 2001 From: i107760 <13422-i107760@users.noreply.gitgud.io> Date: Fri, 6 Mar 2020 13:30:55 -0800 Subject: [PATCH] Apply suggestion to src/js/food.js --- src/js/food.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/food.js b/src/js/food.js index fc671d60d45..48c5019685b 100644 --- a/src/js/food.js +++ b/src/js/food.js @@ -4,7 +4,7 @@ */ App.Facilities.Farmyard.foodAmount = function(slave) { if (!slave) { - return `current slave is not valid. Please report this`; + return `Current slave is not valid. Please report this`; } let food = 150; // kg of food produced per week by slave, before upgrades if (V.farmyardUpgrade.pump === 1) { -- GitLab