mirror of
https://github.com/janeczku/calibre-web
synced 2025-09-03 19:37:58 +00:00
fix typo:: diffrent -> different
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
{% if entries|length < 1 %}
|
||||
<h2>{{_('No Results for:')}} {{searchterm}}</h2>
|
||||
<p>{{_('Please try a diffrent Search')}}</p>
|
||||
<p>{{_('Please try a different search')}}</p>
|
||||
{% else %}
|
||||
<h2>{{entries|length}} {{_('Results for:')}} {{searchterm}}</h2>
|
||||
{%endif%}
|
||||
|
Reference in New Issue
Block a user