From 752027dd754932c9609210fafc91d4cf8bc76dbf Mon Sep 17 00:00:00 2001 From: Cong Hoang Nguyen Date: Thu, 5 Oct 2023 09:37:51 +1100 Subject: [PATCH] Fix search placeholder text localisation This fixes the "(at least 3 characters)" placeholder text in the search box, which is currently not localised/translated. This is a replication of my upstream pull request - https://github.com/badlogic/heissepreise/pull/163 --- web/site/cart.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/site/cart.html b/web/site/cart.html index ec150e4..b65e8f2 100644 --- a/web/site/cart.html +++ b/web/site/cart.html @@ -16,7 +16,7 @@ stores misc nochartclear - placeholder="__Produkt hinzufügen...__ (__min. 3 Zeichen__)" + placeholder="__Produkt hinzufügen...__ __(min. 3 Zeichen)__" > %%_templates/_loader.html%%