alias_in_use error message test

parent d0452065
......@@ -336,7 +336,7 @@ sub invalid_values {
error => 'aliases cannot be longer than',
test => 'alias cannot be too long' },
{ value => $second_bug->{alias},
error => 'has already taken the alias',
error => 'Please choose another alias or visit that bug and change its alias',
test => 'duplicate alias fails' },
{ value => 123456,
error => 'at least one letter',
......
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