We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b0953 commit 07c1c52Copy full SHA for 07c1c52
1 file changed
src/themes/OLH/templates/journal/full-text-search.html
@@ -20,7 +20,7 @@ <h1>Searching for: <i>{{ search_term }}</i></h1>
20
{% elif keyword %}
21
<h1>Keyword: <i>{{ keyword }}</i></h1>
22
{% else %}
23
- <h1>{% trans 'All Articles' %}</h1>
+ <h1>{% trans 'Article Search Results' %}</h1>
24
{% endif %}
25
</div>
26
<section class="invisible-landmark" aria-label="Results">
0 commit comments