mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 20:25:28 +00:00
Fix #4098
This commit is contained in:
@@ -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}}
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user