Fix label for products’ name filter

This commit is contained in:
jordi fita mas 2023-04-25 15:21:34 +02:00
parent e93a798223
commit c5fba3246e
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ func newProductFilterForm(locale *Locale) *productFilterForm {
return &productFilterForm{
Name: &InputField{
Name: "number",
Label: pgettext("input", "Invoice Number", locale),
Label: pgettext("input", "Name", locale),
Type: "search",
},
Tags: &TagsField{