diff --git a/resources/views/v1/search/index.twig b/resources/views/v1/search/index.twig index 0f7408a2fe..fd1c2d9b94 100644 --- a/resources/views/v1/search/index.twig +++ b/resources/views/v1/search/index.twig @@ -54,7 +54,7 @@ - {% if query or modifiers|length > 0 %} + {% if query or operators|length > 0 %}
{% if hasPages %} {{ trans('firefly.search_found_more_transactions', {count: groups.perPage, time: searchTime}) }}