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 0d4e3be commit a00fb8a
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 @@ -93,7 +93,7 @@ function askFunction() {
var newClientID = document.getElementById("Client-ID").value;
if ((newClientID !== null) && (newClientID.length >= 6)){
localStorage.setItem("customClientID", newClientID);
showToast("Saved " +newClientID , "#", "green", "2000");
showToast("Saved '" +newClientID + "'", "#", "green", "2000");
}else{
showToast("Invalid name '" +newClientID + "' Name must be at least 6 characters." , "#", "red", "2000");
}
Expand Down

0 comments on commit a00fb8a

Please sign in to comment.