Hello im implementing Search UI, im using facet components, i have a filter that has two values that come from schemas "offers" and "articles". Since our schema is in english but the website is in German i would like to know if there is a possibility to change the label of the Facet inputs.
my engine.json has:
"facets": ["type", "locality"]
in my react component I iterate and render each Facet.
<Facet
key={field}
field={field}
label={field.replaceAll(_',' ')}
/>
Rendered html:
What i need below "TYPE" filter is : Artikel , Angebote instead of article and offers