Skip to content

Commit

Permalink
Fix search placeholder text localisation
Browse files Browse the repository at this point in the history
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 - badlogic/heissepreise#163
  • Loading branch information
HcNguyen111 authored Oct 4, 2023
1 parent 66f66b6 commit 752027d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/site/cart.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
stores
misc
nochartclear
placeholder="__Produkt hinzufügen...__ (__min. 3 Zeichen__)"
placeholder="__Produkt hinzufügen...__ __(min. 3 Zeichen)__"
></items-filter>
<items-list x-id="productsList" class="hidden" add></items-list>
%%_templates/_loader.html%%
Expand Down

0 comments on commit 752027d

Please sign in to comment.