diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-02-27 04:33:19 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-02-27 04:33:19 +0100 |
commit | fc7232674fd5616264e7b3408c43bd67819078a0 (patch) | |
tree | 193f95045cc379eae56c68a807b77b64b3beb3a0 /xt | |
parent | 56f3befea88221b1b1ffb19f7787583968ed5501 (diff) | |
download | bugzilla-fc7232674fd5616264e7b3408c43bd67819078a0.tar.gz bugzilla-fc7232674fd5616264e7b3408c43bd67819078a0.tar.xz |
fix another error
Diffstat (limited to 'xt')
-rw-r--r-- | xt/webservice/bug_create.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xt/webservice/bug_create.t b/xt/webservice/bug_create.t index e8a0d60a4..f532a78c1 100644 --- a/xt/webservice/bug_create.t +++ b/xt/webservice/bug_create.t @@ -137,7 +137,7 @@ my $fields = { value => 'MyyyyyyyyyyyyyyyyyyBugggggggggggggggggggggg' }, existing => { - faultstring => 'already taken the alias', + faultstring => 'Please choose another alias or visit that bug and change its alias.', value => 'public_bug' }, numeric => { |