Fix label for products’ name filter
This commit is contained in:
parent
e93a798223
commit
c5fba3246e
@ -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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user