From 72839930451ca44afd7431471654067fa8b19e42 Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Tue, 9 Aug 2011 15:30:08 -0700 Subject: Bug 451801: Make all pages use field_descs.bug_severity instead of a hard-coded "Severity" r=mkanat, a=mkanat --- template/en/default/pages/release-notes.html.tmpl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'template/en/default/pages') 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 @@
  • + as a prefix to mean "search additional resolutions", and + as a prefix to mean "search just the summary". You can instead use summary: to explicitly search summaries.
  • -
  • 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.
  • +
  • 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 %].
  • 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.
  • -- cgit v1.2.3-24-g4f1b