Skip to content

Commit

Permalink
Update settings.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaTheLEGEND authored Nov 9, 2023
1 parent 9e19df7 commit 0d4e3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function askFunction() {
localStorage.setItem("customClientID", newClientID);
showToast("Saved " +newClientID , "#", "green", "2000");
}else{
showToast("Invalid name " +newClientID + "Name must be at least 6 characters." , "#", "red", "2000");
showToast("Invalid name '" +newClientID + "' Name must be at least 6 characters." , "#", "red", "2000");
}
}

Expand Down

0 comments on commit 0d4e3be

Please sign in to comment.