diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2011-08-10 01:03:20 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2011-08-10 01:03:20 +0200 |
commit | 81c0c249e1dab7e8bef7c4923a7a805220d9daf1 (patch) | |
tree | 4fa674a7f7f1113e7a5d415d902119543bd8df22 /template/en/default/pages | |
parent | c8a9e020145de97d54e0e6e1c0785e4fa50809bd (diff) | |
download | bugzilla-81c0c249e1dab7e8bef7c4923a7a805220d9daf1.tar.gz bugzilla-81c0c249e1dab7e8bef7c4923a7a805220d9daf1.tar.xz |
Fix bustage from fixing "Severity" to field_descs.bug_severity.
Diffstat (limited to 'template/en/default/pages')
-rw-r--r-- | template/en/default/pages/release-notes.html.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
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 %].</li> + 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> |