This commit is contained in:
James Cole
2020-11-29 07:07:08 +01:00
parent b38e7cbb1a
commit 1ad5f5c759
3 changed files with 2 additions and 11 deletions

View File

@@ -37,11 +37,6 @@
<input type="hidden" name="rule" value="{{ ruleId }}" />
{% endif %}
</form>
{% if longQueryWarning %}
<p class="text-danger">
{{ 'long_query_warning'|_ }}
</p>
{% endif %}
{% if '' != query %}
<p>
{{ trans('firefly.search_for_query', {query: query|escape})|raw}}

View File

@@ -4,7 +4,7 @@
{% elseif 0 == groups.count() %}
{{ trans_choice('firefly.search_found_transactions', 0, {time: searchTime}) }}
{% else %}
{{ trans_choice('firefly.search_found_transactions', groups.perPage(), {time: searchTime}) }}
{{ trans_choice('firefly.search_found_transactions', groups.count(), {time: searchTime}) }}
{% endif %}
</p>