summaryrefslogtreecommitdiffstats
path: root/template/en/default/pages/release-notes.html.tmpl
diff options
context:
space:
mode:
authorMatt Selsky <selsky@columbia.edu>2011-10-19 18:49:41 +0200
committerTiago Mello <timello@gmail.com>2011-10-19 18:49:41 +0200
commit95dc8c6a81239393f9324c4f38c7853216303bf5 (patch)
tree1d0b1c4f88df85829517b852124efd956297238f /template/en/default/pages/release-notes.html.tmpl
parentb9cf9c6aaceca5904a133ab2813d01763d8e7896 (diff)
downloadbugzilla-95dc8c6a81239393f9324c4f38c7853216303bf5.tar.gz
bugzilla-95dc8c6a81239393f9324c4f38c7853216303bf5.tar.xz
Bug 451804: Change templates to use field_descs.rep_platform
instead o hard coded 'Platform'. r=timello, a=LpSolit
Diffstat (limited to 'template/en/default/pages/release-notes.html.tmpl')
-rw-r--r--template/en/default/pages/release-notes.html.tmpl9
1 files changed, 5 insertions, 4 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl
index e21ce2ed7..54a3c37b2 100644
--- a/template/en/default/pages/release-notes.html.tmpl
+++ b/template/en/default/pages/release-notes.html.tmpl
@@ -1271,10 +1271,11 @@
<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>
- <li>Searching the Platform and OS fields if you typed in one of a
- certain hard-coded list of strings (like "pc", "windows", etc.).
- You can explicitly search these fields, instead, if you want to
- find [% terms.bugs %] with a specific Platform or OS set.</li>
+ <li>Searching the [% field_descs.rep_platform FILTER html %] and OS fields
+ if you typed in one of a certain hard-coded list of strings (like "pc",
+ "windows", etc.). You can explicitly search these fields, instead, if you want
+ to find [% terms.bugs %] with a specific [% field_descs.rep_platform
+ FILTER html %] or OS set.</li>
</ul>
<h3 id="v36_feat_browse">Simple "Browse" Interface</h3>