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{
|
return &productFilterForm{
|
||||||
Name: &InputField{
|
Name: &InputField{
|
||||||
Name: "number",
|
Name: "number",
|
||||||
Label: pgettext("input", "Invoice Number", locale),
|
Label: pgettext("input", "Name", locale),
|
||||||
Type: "search",
|
Type: "search",
|
||||||
},
|
},
|
||||||
Tags: &TagsField{
|
Tags: &TagsField{
|
||||||
|
|
Loading…
Reference in New Issue