Skip to content
Snippets Groups Projects
Commit b6230b1a authored by Mario Trojan's avatar Mario Trojan Committed by Demian Katz
Browse files

Fixed missing label translation in TopFacets

parent 504803fc
No related merge requests found
......@@ -9,7 +9,7 @@
<? $moreClass = ' NarrowGroupHidden_'.$this->escapeHtml($title).' hidden'; ?>
<? $allowExclude = $this->recommend->excludeAllowed($title); ?>
<div class="top-facets">
<strong><?=$this->transEsc('top_facet_label', ['%%label%%' => $cluster['label']]) ?></strong><br />
<strong><?=$this->transEsc('top_facet_label', ['%%label%%' => $this->translate($cluster['label'])]) ?></strong><br />
<? $limit = $topFacetSettings['rows'] * $topFacetSettings['cols']; ?>
<? foreach($cluster['list'] as $index => $thisFacet): ?>
<span class="facet <?=$index > $limit ? $moreClass : '' ?>">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment