diff --git a/pkg/products.go b/pkg/products.go index f8d87c1..093e797 100644 --- a/pkg/products.go +++ b/pkg/products.go @@ -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{