Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiancc committed Dec 3, 2024
1 parent 7ea990f commit 7e1a624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ document.getElementById("generate-button").onclick = async () => {
showError("Package name is empty");
return;
} else if (!isLoaderChecked()) {
showError("You need to choose at least one loader first!")
showError("You need to choose at least one subproject first!")
return
}

Expand Down

0 comments on commit 7e1a624

Please sign in to comment.