From baa8b37fe683828cb2471f1616d5d8ad36e91920 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 13 Jun 2024 16:54:19 +0200 Subject: 🐛 documentation - add missing fields, sections in technical values, fix translations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index ed7df17c2..c14d59920 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -4571,7 +4571,7 @@ class Document( title = models.TextField(_("Title"), blank=True, default="") associated_file = models.FileField( - verbose_name=_("Associated file"), + verbose_name=pgettext_lazy("pdf, odt, zip, ...", "Associated file"), upload_to=get_image_path, blank=True, null=True, -- cgit v1.2.3