Change "Bugzilla" to [% terms.Bugzilla %] in admin/params/advanced.html.tmpl.

git-svn-id: svn://10.0.0.236/trunk@261291 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org 2010-09-28 03:36:13 +00:00
parent 31942c63dd
commit 6ee1d182f8
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
7491
7492

View File

@ -31,7 +31,7 @@
security to your SSL connections by forcing the browser to always
access your domain over SSL and never accept an invalid certificate.
However, it should only be used if you have the <code>ssl_redirect</code>
parameter turned on, Bugzilla is the only thing running
parameter turned on, [% terms.Bugzilla %] is the only thing running
on its domain (i.e., your <code>urlbase</code> is something like
<code>http://bugzilla.example.com/</code>), and you never plan to disable
the <code>ssl_redirect</code> parameter.