From f9437a79e6adff47b00bc7b3df3d0eed3110c152 Mon Sep 17 00:00:00 2001 From: sebseb7 Date: Sun, 16 Nov 2025 08:15:23 +0100 Subject: [PATCH] typo --- src/components/ProductList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()}