diff options
author | Frédéric Buclin <LpSolit@netscape.net> | 2017-08-01 16:37:44 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@netscape.net> | 2017-08-01 16:37:44 +0200 |
commit | 775362d8fb630da4fbb1e3f75c45183fd0a28667 (patch) | |
tree | 267323a27f46cecd5e1b544769912078fae2fb81 /template/en/default/global | |
parent | 224a72476a50a3d3408adf5b1ed1c01bc48a7701 (diff) | |
download | bugs-775362d8fb630da4fbb1e3f75c45183fd0a28667.tar bugs-775362d8fb630da4fbb1e3f75c45183fd0a28667.tar.gz bugs-775362d8fb630da4fbb1e3f75c45183fd0a28667.tar.bz2 bugs-775362d8fb630da4fbb1e3f75c45183fd0a28667.tar.xz bugs-775362d8fb630da4fbb1e3f75c45183fd0a28667.zip |
Backport upstream bug 69267: Add the ability to deactivate keywords
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 69afaf46a..dcf4fc789 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1433,7 +1433,7 @@ Either you mis-typed the name or that user has not yet registered for a [% terms.Bugzilla %] account. [% ELSIF class == "Bugzilla::Keyword" %] - See the list of available <a href="describekeywords.cgi">keywords</a>. + See the list of available <a href="describekeywords.cgi?show_inactive_keywords=1">keywords</a>. [% END %] [% ELSIF error == "old_password_incorrect" %] |