diff options
Diffstat (limited to 'template/en/default/search')
-rw-r--r-- | template/en/default/search/tabs.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/search/tabs.html.tmpl b/template/en/default/search/tabs.html.tmpl index 417023c3b..ac3c72f2f 100644 --- a/template/en/default/search/tabs.html.tmpl +++ b/template/en/default/search/tabs.html.tmpl @@ -27,7 +27,7 @@ #%] [% tabs = [ { name => '__DEFAULT__', description => "Advanced Search" }, - { name => 'specific', description => "Find a Specific Bug" } ] %] + { name => 'specific', description => "Find a Specific $terms.Bug " } ] %] [% current_tab = query_format || format || "__DEFAULT__" %] |