diff options
Diffstat (limited to 'fatcat_scholar/templates/search.html')
-rw-r--r-- | fatcat_scholar/templates/search.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fatcat_scholar/templates/search.html b/fatcat_scholar/templates/search.html index 6d90e91..21d209f 100644 --- a/fatcat_scholar/templates/search.html +++ b/fatcat_scholar/templates/search.html @@ -76,8 +76,8 @@ {% endif %} </div> <p>Computer said: <code>{{ search_error.message }}</code> - <p>Query parsing is currently very naive. Sometimes you can fix this - problem by adding quotes around terms or entire phrases. + <p>{% trans trimmed %}Query parsing is currently very naive. Sometimes you can fix this + problem by adding quotes around terms or entire phrases.{% endtrans %} </div> </div> {% elif hits and hits.results %} |