aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/search_rules.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/yoga/search_rules.tpl')
-rw-r--r--template/yoga/search_rules.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/search_rules.tpl b/template/yoga/search_rules.tpl
index 233e6999c..28b2e423f 100644
--- a/template/yoga/search_rules.tpl
+++ b/template/yoga/search_rules.tpl
@@ -15,7 +15,7 @@
{if isset($SEARCH_TAGS_MODE) }
<li>
- <p>{if 'AND'==$SEARCH_TAGS_MODE}{'All tags must match'|@translate}{else}{'At least one tag must match'|@translate}{/if}</p>
+ <p>{if 'AND'==$SEARCH_TAGS_MODE}{'At least one tag must match'|@translate}{else}{'At least one tag must match'|@translate}{/if}</p>
<ul>
{foreach from=$search_tags item=v}
<li>{$v}</li>