From af515c4dd41cd04ef61b6bef69c11ad7ba048f3e Mon Sep 17 00:00:00 2001 From: ahob85 Date: Thu, 28 Feb 2019 15:28:00 -0800 Subject: [PATCH] Update script.js --- cs1/eligibility/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cs1/eligibility/script.js b/cs1/eligibility/script.js index 1af1a3f..d442f69 100644 --- a/cs1/eligibility/script.js +++ b/cs1/eligibility/script.js @@ -22677,7 +22677,7 @@ message += "

Sorry, only students attending public schools, or who receive financial assistance at private schools, are eligible to apply.

"; } if(validSites.length === 0) { - message += "

Sorry, your zip code is not within 50 miles of a SMASH site.

"; + message += "

Sorry, your zip code is not within 50 miles of a SMASH site, or in the case of SMASH Illinois, 25 miles from all eligible areas.

"; } } else { for(let i = 0; i < validSites.length; i++) {