diff options
-rw-r--r-- | xt/webservice/bug_update.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xt/webservice/bug_update.t b/xt/webservice/bug_update.t index 423b00c42..32cac40ea 100644 --- a/xt/webservice/bug_update.t +++ b/xt/webservice/bug_update.t @@ -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', |