diff --git a/src/js/food.js b/src/js/food.js
index fc671d60d459f2818301c9cfca68d4e6e66a46b8..48c5019685b1a9e3839b19476463d0bc5192e352 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) {