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++) {