diff options
author | Sebastin Santy <sebastinssanty@gmail.com> | 2017-07-21 22:32:57 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-07-21 22:32:57 +0200 |
commit | b56598c8d9f9faea229c4bc9ea29f26f8b7fbd9e (patch) | |
tree | 9ca2a4d6ab0b43a27dc391f8def12336dd829439 /template/en/default | |
parent | cc1372e99236ffc5987e46fc09b5454b2425d9f7 (diff) | |
download | bugzilla-b56598c8d9f9faea229c4bc9ea29f26f8b7fbd9e.tar.gz bugzilla-b56598c8d9f9faea229c4bc9ea29f26f8b7fbd9e.tar.xz |
Fix bugwords test failure
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/bug/new_bug.html.tmpl | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/template/en/default/bug/new_bug.html.tmpl b/template/en/default/bug/new_bug.html.tmpl index 83ec1e924..b1367788d 100644 --- a/template/en/default/bug/new_bug.html.tmpl +++ b/template/en/default/bug/new_bug.html.tmpl @@ -26,11 +26,13 @@ </div> <div class="new-bug-title"> <h2>Create New [% terms.Bug %]</h2> - <p>Before reporting a bug, make sure you've read our - <a href="https://developer.mozilla.org/en/Bug_writing_guidelines">bug writing guidelines</a> and double checked that your bug hasn't already + <p> + Before reporting a [% terms.bug %], make sure you've read our + <a href="https://developer.mozilla.org/en/Bug_writing_guidelines"> + [% terms.bug %] writing guidelines</a> and double checked that your [% terms.bug %] hasn't already been reported. Consult our list of <a href="https://bugzilla.mozilla.org/duplicates.cgi"> - most frequently reported bugs</a> and <a href="https://bugzilla.mozilla.org/query.cgi"> - search through descriptions</a> of previously reported bugs. + most frequently reported [% terms.bugs %]</a> and <a href="https://bugzilla.mozilla.org/query.cgi"> + search through descriptions</a> of previously reported [% terms.bugs %]. </p> </div> <div class="new-bug-pad"> |