diff --git a/qgis-app/plugins/templates/plugins/plugin_list.html b/qgis-app/plugins/templates/plugins/plugin_list.html index 1c914b0f..6096f698 100644 --- a/qgis-app/plugins/templates/plugins/plugin_list.html +++ b/qgis-app/plugins/templates/plugins/plugin_list.html @@ -52,14 +52,11 @@

{% if title %}{{title}}{% else %}{% trans "All plugins" %}{% endif %}

{# Filtered views menu #} {% if object_list.count %} -
- {% blocktrans with records_count=page_obj.paginator.count %}{{ records_count }} records found{% endblocktrans %} - -
- -
+ + + {% blocktrans with records_count=page_obj.paginator.count %}{{ records_count }} records found{% endblocktrans %} + +