Part of MKWS-322
[mkws-moved-to-github.git] / src / templates / facets.handlebars
index 66caa83..8ebc91f 100644 (file)
@@ -1,11 +1,11 @@
 {{!
-Termlists, a container of all configured facets.
+Facets, a container of all configured facets.
 
 team - the current team
 facets - array of facet names
 }}
 
-<div class="mkws-termlists-title mkwsTermlistsTitle">Termlists</div>
+<div class="mkws-facets-title mkwsTermlistsTitle">{{mkws-translate "Facets"}}</div>
 {{#each facets}}
   <div class="mkws-facet mkwsFacet mkws-team-{{../team}}" data-mkws-facet="{{this}}"></div>
 {{/each}}