Commit f761dd5e authored by Max Kanat-Alexander's avatar Max Kanat-Alexander

alias_not_allowed should be multiple_alias_not_allowed

parent d403dca9
......@@ -66,7 +66,7 @@ use constant WS_ERROR_CODE => {
alias_in_use => 103,
alias_is_numeric => 103,
alias_has_comma_or_space => 103,
alias_not_allowed => 103,
multiple_alias_not_allowed => 103,
# Misc. bug field errors
illegal_field => 104,
freetext_too_long => 104,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment