taskid 85843 Add a tree to browse hierarchical facets on the search page - i18n updates

This commit is contained in:
Samuel
2021-12-16 14:12:27 +01:00
committed by Jens Vannerum
parent bc3ab46e8e
commit 2fab841562

View File

@@ -2,6 +2,7 @@
<div *ngIf="vocabularyExists$ | async" <div *ngIf="vocabularyExists$ | async"
id="show-{{filterConfig.name}}-tree" id="show-{{filterConfig.name}}-tree"
class="text-lowercase"
(click)="showVocabularyTree()"> (click)="showVocabularyTree()">
{{'search.filters.filter.show-tree' | translate: {name: filterConfig.name} }} {{'search.filters.filter.show-tree' | translate: {name: ('search.filters.filter.' + filterConfig.name + '.head' | translate)} }}
</div> </div>