summaryrefslogtreecommitdiffstats
path: root/template/en/default/search
diff options
context:
space:
mode:
authorAlbert Ting <altlist@gmail.com>2016-04-20 03:35:59 +0200
committerDavid Lawrence <dkl@mozilla.com>2016-04-20 03:35:59 +0200
commite2b113614dd7c00eef3fb890103935a33f03fb83 (patch)
tree68d535b6b14a38b3a38d507a83cddb079e5c074c /template/en/default/search
parentab5ec7e826741ab6bc8292114e6c6d41c7630a9c (diff)
downloadbugzilla-e2b113614dd7c00eef3fb890103935a33f03fb83.tar.gz
bugzilla-e2b113614dd7c00eef3fb890103935a33f03fb83.tar.xz
Bug 542239 - Accept pronouns everywhere in query.cgi
r=dkl
Diffstat (limited to 'template/en/default/search')
-rw-r--r--template/en/default/search/form.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl
index 30835b1b0..0eed667c5 100644
--- a/template/en/default/search/form.html.tmpl
+++ b/template/en/default/search/form.html.tmpl
@@ -260,7 +260,7 @@ TUI_hide_default('information_query');
[% FOREACH qv = [
{ name => "substring", description => "contains" },
{ name => "notsubstring", description => "doesn't contain" },
- { name => "exact", description => "is" },
+ { name => "equals", description => "is" },
{ name => "notequals", description => "is not" },
{ name => "regexp", description => "matches regexp" },
{ name => "notregexp", description => "doesn't match regexp" } ] %]