Commit 77beed22 authored by Byron Jones's avatar Byron Jones

Fix warning caused by Bug 793963

parent ba0765bf
...@@ -1744,10 +1744,6 @@ ...@@ -1744,10 +1744,6 @@
The tag must be less than [% constants.MAX_LEN_QUERY_NAME FILTER html %] The tag must be less than [% constants.MAX_LEN_QUERY_NAME FILTER html %]
characters long. characters long.
[% ELSIF error == "tag_name_invalid" %]
[% title = "Invalid Tag Name" %]
A tag cannot contain a space or a comma.
[% ELSIF error == "token_does_not_exist" %] [% ELSIF error == "token_does_not_exist" %]
[% title = "Token Does Not Exist" %] [% title = "Token Does Not Exist" %]
The token you submitted does not exist, has expired, or has The token you submitted does not exist, has expired, or has
......
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