mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-16 03:45:41 +00:00
Merge pull request #7846 from wallabag/fix-title-tag-filter
Fix title tag filter
This commit is contained in:
commit
c7c74de4b8
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
{% elseif current_route == 'search' %}
|
||||
{{ 'entry.page_titles.filtered_search'|trans }} {{ filter }}
|
||||
{% elseif current_route == 'tag_entries' %}
|
||||
{{ 'entry.page_titles.filtered_tags'|trans }} {{ filter }}
|
||||
{{ 'entry.page_titles.filtered_tags'|trans }} {{ tag.label }}
|
||||
{% elseif current_route == 'untagged' %}
|
||||
{{ 'entry.page_titles.untagged'|trans }}
|
||||
{% elseif current_route == 'same_domain' %}
|
||||
|
|
Loading…
Reference in a new issue