From c5fba3246e784bf4fc43d7cb45f69a8eaac9b55f Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Tue, 25 Apr 2023 15:21:34 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20label=20for=20products=E2=80=99=20name=20?= =?UTF-8?q?filter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/products.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{