From 81c0c249e1dab7e8bef7c4923a7a805220d9daf1 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Tue, 9 Aug 2011 16:03:20 -0700 Subject: Fix bustage from fixing "Severity" to field_descs.bug_severity. --- template/en/default/pages/release-notes.html.tmpl | 3 +-- 1 file changed, 1 insertion(+), 2 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 ee3fed0ad..e21ce2ed7 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -1267,8 +1267,7 @@ 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 %]. + 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