Commit 464ffc8c authored by Sunil Joshi's avatar Sunil Joshi Committed by Frédéric Buclin

Bug 330806: Reword the "Unknown Tab" and the "Invalid Keyword" error messages

r/a=LpSolit
parent c7aecdbc
......@@ -1294,8 +1294,7 @@
Either you mis-typed the name or that user has not yet registered
for a [% terms.Bugzilla %] account.
[% ELSIF class == "Bugzilla::Keyword" %]
The legal keyword names are <a href="describekeywords.cgi">listed
here</a>.
See the list of available <a href="describekeywords.cgi">keywords</a>.
[% END %]
[% ELSIF error == "old_password_incorrect" %]
......@@ -1651,7 +1650,7 @@
[% ELSIF error == "unknown_tab" %]
[% title = "Unknown Tab" %]
<code>[% current_tab_name FILTER html %]</code> is not a legal tab name.
There is no tab named <code>[% current_tab_name FILTER html %]</code>.
[% ELSIF error == "version_already_exists" %]
[% title = "Version Already Exists" %]
......
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