From 487dd24d481dea6be54be5978484809bbd78f5f1 Mon Sep 17 00:00:00 2001 From: mahsem <137205921+mahsem@users.noreply.github.com> Date: Sun, 23 Jun 2024 10:49:25 +0200 Subject: [PATCH] fix: add string for translation in search.js fix: add string for translation in search.js --- webshop/public/js/product_ui/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webshop/public/js/product_ui/search.js b/webshop/public/js/product_ui/search.js index d7f3c712f2..7bb3ff9294 100644 --- a/webshop/public/js/product_ui/search.js +++ b/webshop/public/js/product_ui/search.js @@ -164,7 +164,7 @@ webshop.ProductSearch = class { let recents = this.getRecentSearches(); if (!recents.length) { - this.recents_container.html(`No searches yet.`); + this.recents_container.html(`${__(No searches yet.")}`); return; }