diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 72d0241a0..eb77420f0 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -242,7 +242,9 @@ URLs must start with "http" or "https". [% ELSIF reason == 'path_only' %] You must specify a full URL. - [% ELSIF reason == 'show_bug' %] + [% ELSIF reason == 'id' %] + There is no valid [% terms.bug %] id in that URL. + [% ELSE %] [%+ field_descs.see_also FILTER html %] URLs should point to one of: <ul> <li><code>show_bug.cgi</code> in a [% terms.Bugzilla %] @@ -257,8 +259,6 @@ <li>An issue on github.com.</li> [% Hook.process('bug_url_invalid_tracker') %] </ul> - [% ELSIF reason == 'id' %] - There is no valid [% terms.bug %] id in that URL. [% END %] [% ELSIF error == "bug_url_too_long" %] |