forked from Ponysearch/Ponysearch
Merge pull request #2453 from return42/fix-typo
[fix] typo: dues --> does
This commit is contained in:
commit
b2d0b74357
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@
|
||||||
{{ tab_header('enginetab', 'category' + categ, _(categ), ns.checked )}}
|
{{ tab_header('enginetab', 'category' + categ, _(categ), ns.checked )}}
|
||||||
{% set ns.checked = false %}
|
{% set ns.checked = false %}
|
||||||
{% if categ == DEFAULT_CATEGORY %}
|
{% if categ == DEFAULT_CATEGORY %}
|
||||||
<p>{{_('This tab dues not exists in the user interface, but you can search in these engines by its !bangs.')}} <a href="{{ url_for('info', pagename='search-syntax') }}">ⓘ</a></p>
|
<p>{{_('This tab does not exists in the user interface, but you can search in these engines by its !bangs.')}} <a href="{{ url_for('info', pagename='search-syntax') }}">ⓘ</a></p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="scrollx">
|
<div class="scrollx">
|
||||||
<table class="striped table_engines">
|
<table class="striped table_engines">
|
||||||
|
|
Loading…
Reference in a new issue