summaryrefslogtreecommitdiffstats
path: root/template/en/default/pages
diff options
context:
space:
mode:
authorMatt Selsky <selsky@columbia.edu>2011-08-10 00:30:08 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2011-08-10 00:30:08 +0200
commit72839930451ca44afd7431471654067fa8b19e42 (patch)
tree0cf1b274cfd83ab2888379808ae71af226bbdd26 /template/en/default/pages
parent441aaf239d6dd781dac7a47d38c17ef06c8b2fca (diff)
downloadbugzilla-72839930451ca44afd7431471654067fa8b19e42.tar.gz
bugzilla-72839930451ca44afd7431471654067fa8b19e42.tar.xz
Bug 451801: Make all pages use field_descs.bug_severity instead of a hard-coded
"Severity" r=mkanat, a=mkanat
Diffstat (limited to 'template/en/default/pages')
-rw-r--r--template/en/default/pages/release-notes.html.tmpl9
1 files changed, 6 insertions, 3 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl
index a094b5cc2..ee3fed0ad 100644
--- a/template/en/default/pages/release-notes.html.tmpl
+++ b/template/en/default/pages/release-notes.html.tmpl
@@ -1263,9 +1263,12 @@
<li><b>+</b> as a prefix to mean "search additional resolutions", and
<b>+</b> as a prefix to mean "search just the summary". You can
instead use <kbd>summary:</kbd> to explicitly search summaries.</li>
- <li>Searching the Severity field if you type something that matches
- the first few characters of a severity. You can explicitly search
- the Severity field if you want to find [% terms.bugs %] by severity.</li>
+ <li>Searching the [% field_descs.bug_severity FILTER html %] field if you
+ type something that matches the first few characters of a [%
+ field_descs.bug_severity FILTER html %]. You can explicitly
+ search the [% field_descs.bug_severity FILTER html %] field if you want to
+ find [% terms.bugs %] by [% field_descs.bug_severity FILTER
+ html %].</li>
<li>Searching the Priority field if you typed something that exactly
matched the name of a priority. You can explicitly search the
Priority field if you want to find [% terms.bugs %] by priority.</li>