[public] More descriptive invalid alias message
This commit is contained in:
parent
025ce20001
commit
bf8fc999e7
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ function shorten(event) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if (alias.value != "" && !isValidAlias(alias.value)) {
|
if (alias.value != "" && !isValidAlias(alias.value)) {
|
||||||
appendText("invalid alias", notok);
|
appendText("invalid alias, use only alphanumerics, underscores, periods, tildes, and dashes", notok);
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
sendReq()
|
sendReq()
|
||||||
|
|
Loading…
Reference in a new issue