diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/search/search-specific.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/search/search-specific.html.tmpl b/template/en/default/search/search-specific.html.tmpl index 1d7229cf7..31d950ec5 100644 --- a/template/en/default/search/search-specific.html.tmpl +++ b/template/en/default/search/search-specific.html.tmpl @@ -46,7 +46,7 @@ for "crash secure SSL flash". <table summary="Search fields" class="bz_simple_search_form"> <tr> <th> - <label for="bug_status">Status:</label> + <label for="bug_status">[% field_descs.bug_status FILTER html %]:</label> </th> <td> <select name="bug_status" id="bug_status"> @@ -64,7 +64,7 @@ for "crash secure SSL flash". </tr> <tr> <th> - <label for="product">Product:</label> + <label for="product">[% field_descs.product FILTER html %]:</label> </th> <td> <select name="product" id="product"> |