Skip to content

Commit

Permalink
fix: change search placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJiang2021 authored and libruce committed Apr 16, 2024
1 parent 13f1652 commit 414f30d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export default function SearchProduct({
</Typography>
<TextField
hiddenLabel
placeholder="eg Towel"
placeholder={b3Lang(`global.searchProduct.placeholder.${type}`)}
variant="filled"
fullWidth
size="small"
Expand Down
3 changes: 3 additions & 0 deletions packages/lang/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@
"global.shoppingLists.status.rejected": "Rejected",
"global.shoppingLists.filter.createdBy": "Created by",
"global.shoppingLists.filter.status": "Status",
"global.searchProduct.placeholder.quickOrder": "Search products",
"global.searchProduct.placeholder.shoppingList": "Search products",
"global.searchProduct.placeholder.quote": "Search products",
"global.searchProductAddProduct.searchBySkuOrName": "Search by SKU or product name",
"global.searchProductAddProduct.searchProduct": "Search product",
"global.searchProductAddProduct.businessAccountPendingApproval": "Your business account is pending approval. This feature is currently disabled.",
Expand Down

0 comments on commit 414f30d

Please sign in to comment.