diff --git a/script.js b/script.js index e6bc672..fde485a 100644 --- a/script.js +++ b/script.js @@ -271,7 +271,7 @@ generateInputsBtn.addEventListener('click', () => { const count = parseInt(moduleCountInput.value); if (isNaN(count) || count < 2) { - alert('Please enter a valid number of modules between 2 and 12.'); + alert('Please enter a valid number of modules above or equal to 2.'); return; } generateModuleInputs(count);