Skip to content

Commit 3257322

Browse files
author
Federico Fissore
committed
fixed incorrect hostname message
1 parent 3073ff6 commit 3257322

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

www/luci-static/resources/arduino/webpanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function formCheck(form) {
7272
errors = true;
7373

7474
} else if (hostname.value.match(/[^a-zA-Z0-9]/)) {
75-
errorHandler(hostname, errContainer, "Incorrect hostname: you can use only characters between a and z and numbers");
75+
errorHandler(hostname, errContainer, "You can only use alphabetical characters for the hostname (A-Z or a-z)");
7676
errors = true;
7777
}
7878

www/luci-static/resources/arduino/webpanel.ugly.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)