diff --git a/src/components/ProductList.js b/src/components/ProductList.js index eec3e2d..34594af 100644 --- a/src/components/ProductList.js +++ b/src/components/ProductList.js @@ -430,7 +430,7 @@ class ProductList extends Component { {/*this.props.dataType == 'category' && (<>Kategorie: {this.props.dataParam})}*/} - {this.props.dataType == 'search' && (<>Suchergebnisse für: "{this.props.dataParam}")} + {this.props.dataType == 'search' && (this.props.t ? this.props.t('search.searchResultsFor', { query: this.props.dataParam }) : `Suchergebnisse für: "${this.props.dataParam}"`)} {this.getProductCountText()}