Skip to content

Commit

Permalink
fix: placeholder should be translatable
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-greycube authored Dec 15, 2024
1 parent d77ae22 commit 62a0573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webshop/public/js/product_ui/views.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ webshop.ProductView = class {
<div class="input-group col-8 p-0">
<div class="dropdown w-100" id="dropdownMenuSearch">
<input type="search" name="query" id="search-box" class="form-control font-md"
placeholder="Search for Products"
placeholder="${__("Search for Products")}"
aria-label="Product" aria-describedby="button-addon2">
<div class="search-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"
Expand Down

0 comments on commit 62a0573

Please sign in to comment.