diff --git a/src/endWeek/reports/arcadeReport.js b/src/endWeek/reports/arcadeReport.js
index 577b1d2343d542f503c5905adee95e11eb57a253..e3954cd1e7275dc3fe9ff434f560fc693019a40b 100644
--- a/src/endWeek/reports/arcadeReport.js
+++ b/src/endWeek/reports/arcadeReport.js
@@ -189,7 +189,7 @@ App.EndWeek.arcadeReport = function() {
 			const {his} = getPronouns(mSlave);
 			r.push(`One of them is lactating and spends ${his} time in ${V.arcadeName} being simultaneously milked and fucked.`);
 		} else if (milked > 1) {
-			r.push(`${milked} of them are lactating and spend their time in ${V.arcadeName} being simultaneously milked and fucked.`);
+			r.push(`${capFirstChar(num(milked))} of them are lactating and spend their time in ${V.arcadeName} being simultaneously milked and fucked.`);
 		}
 
 		if (vasectomiesUndone) {
@@ -205,7 +205,7 @@ App.EndWeek.arcadeReport = function() {
 				const {he} = getPronouns(bSlave);
 				r.push(`One of them was not lactating, so ${he} was`);
 			} else {
-				r.push(`${boobsImplanted} of them were not lactating, so they were`);
+				r.push(`${capFirstChar(num(boobsImplanted))} of them were not lactating, so they were`);
 			}
 			r.push(`implanted with long-acting lactation inducing drugs, costing <span class="red">${cashFormat(V.surgeryCost * boobsImplanted)}.</span>`);
 		}
@@ -214,7 +214,7 @@ App.EndWeek.arcadeReport = function() {
 				const {he} = getPronouns(pSlave);
 				r.push(`One of them was not producing the maximum possible amount of precum, so ${he} was`);
 			} else {
-				r.push(`${prostatesImplanted} of them were not producing the maximum possible amount of precum, so they were`);
+				r.push(`${capFirstChar(num(prostatesImplanted))} of them were not producing the maximum possible amount of precum, so they were`);
 			}
 			r.push(`implanted with long-acting prostate stimulation drugs, costing <span class="red">${cashFormat(V.surgeryCost * prostatesImplanted)}.</span>`);
 		}
@@ -222,7 +222,7 @@ App.EndWeek.arcadeReport = function() {
 			const {he} = getPronouns(cSlave);
 			r.push(`One of them retains testicles and is brutally cockmilked as ${he} is used.`);
 		} else if (cockmilked > 1) {
-			r.push(`${cockmilked} of them retain testicles and are brutally cockmilked as they are used.`);
+			r.push(`${capFirstChar(num(cockmilked))} of them retain testicles and are brutally cockmilked as they are used.`);
 		}
 
 		r.push(`The arcade makes you`);