cgars 7 лет назад
Родитель
Сommit
5eb93cb393
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      templates/explore/search_ext.tmpl

+ 1 - 1
templates/explore/search_ext.tmpl

@@ -4,7 +4,7 @@
 		<select class="ui dropdown" name="stype" id="search-type-select">
 		<select class="ui dropdown" name="stype" id="search-type-select">
 			<option value="0">Match</option>
 			<option value="0">Match</option>
 			<option value="1">Fuzzy</option>
 			<option value="1">Fuzzy</option>
-			<option value="2">Exact</option>
+			<option value="2">Wildcard</option>
 		</select>
 		</select>
 		<button class="ui blue button">{{.i18n.Tr "explore.search"}}</button>
 		<button class="ui blue button">{{.i18n.Tr "explore.search"}}</button>
 	</div>
 	</div>