diff --git a/administrator/components/com_finder/src/Service/HTML/Query.php b/administrator/components/com_finder/src/Service/HTML/Query.php
index 94ba6cd4b5..efa9e2a7a3 100644
--- a/administrator/components/com_finder/src/Service/HTML/Query.php
+++ b/administrator/components/com_finder/src/Service/HTML/Query.php
@@ -116,7 +116,7 @@ public static function explained(IndexerQuery $query)
}
// Build the interpreted query.
- return count($parts) ? Text::sprintf('COM_FINDER_QUERY_TOKEN_INTERPRETED', implode(Text::_('COM_FINDER_QUERY_TOKEN_GLUE'), $parts)) : null;
+ return count($parts) ? implode(Text::_('COM_FINDER_QUERY_TOKEN_GLUE'), $parts) : null;
}
/**
diff --git a/components/com_finder/tmpl/search/default_results.php b/components/com_finder/tmpl/search/default_results.php
index cc17d9dfba..dc393329ff 100644
--- a/components/com_finder/tmpl/search/default_results.php
+++ b/components/com_finder/tmpl/search/default_results.php
@@ -30,7 +30,7 @@
explained && $this->params->get('show_explained_query', 1)) : ?>
- explained; ?>
+ explained, Text::plural('COM_FINDER_QUERY_RESULTS', $this->total)); ?>
@@ -50,7 +50,7 @@
-