Commit f5458cdc authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

SnowyOwl noticed that the word "Bug" appeared raw in the title of some errors I…

SnowyOwl noticed that the word "Bug" appeared raw in the title of some errors I checked in as part of bug 472872.
parent 8b5d0f88
...@@ -230,7 +230,7 @@ ...@@ -230,7 +230,7 @@
in to an account</a> with the appropriate permissions. in to an account</a> with the appropriate permissions.
[% ELSIF error == "bug_url_invalid" %] [% ELSIF error == "bug_url_invalid" %]
[% title = "Invalid Bug URL" %] [% title = "Invalid $terms.Bug URL" %]
<code>[% url FILTER html %]</code> is not a valid URL to [% terms.abug %]. <code>[% url FILTER html %]</code> is not a valid URL to [% terms.abug %].
[% IF reason == 'http' %] [% IF reason == 'http' %]
URLs must start with "http" or "https". URLs must start with "http" or "https".
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
[% END %] [% END %]
[% ELSIF error == "bug_url_too_long" %] [% ELSIF error == "bug_url_too_long" %]
[% title = "Invalid Bug URL" %] [% title = "Invalid $terms.Bug URL" %]
[% terms.Bug %] URLs can not be longer than [% terms.Bug %] URLs can not be longer than
[%+ constants.MAX_BUG_URL_LENGTH FILTER none %] characters long. [%+ constants.MAX_BUG_URL_LENGTH FILTER none %] characters long.
<code>[% url FILTER html %]</code> is too long. <code>[% url FILTER html %]</code> is too long.
......
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