diff --git a/src/facilities/clinic/clinic.js b/src/facilities/clinic/clinic.js
index 5e6dcb00e66653649417f157f043d0154b45bf04..657def00943fc3971b8460672ae4442e5cecbbb7 100644
--- a/src/facilities/clinic/clinic.js
+++ b/src/facilities/clinic/clinic.js
@@ -187,12 +187,12 @@ App.Facilities.Clinic.clinic = class extends App.Facilities.Facility {
 				],
 				options: [
 					{
-						get text() { return `It's exceedingly dangerous to speed up gestation without constant supervision. In ${V.clinicName}, ${S.Nurse.slaveName} will monitor slaves on rapid gestation agents; making sure the growing patients' food demands are met, monitoring their skin and womb and, if need be, perform an emergency c-section should the need arise.`; },
+						get text() { return `${capFirstChar(V.clinicName)} is currently not applying rapid gestation agents to pregnant patients. Only individually selected slaves will undergo this procedure.`; },
 						link: `Limit rapid gestation agents to selected slaves only`,
 						value: 0,
 					},
 					{
-						get text() { return `${capFirstChar(V.clinicName)} is currently not applying rapid gestation agents to pregnant patients. Only individually selected slaves will undergo this procedure.`; },
+						get text() { return `It's exceedingly dangerous to speed up gestation without constant supervision. In ${V.clinicName}, ${S.Nurse.slaveName} will monitor slaves on rapid gestation agents; making sure the growing patients' food demands are met, monitoring their skin and womb and, if need be, perform an emergency c-section should the need arise.`; },
 						link: `Speed up gestation for all pregnant patients`,
 						value: 1,
 					}