1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-09-13 00:05:59 +00:00

Merge remote-tracking branch 'iss/typo'

This commit is contained in:
OzzieIsaacs
2017-09-01 20:31:01 +02:00

View File

@@ -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%}