From 6f990814acc6eb13656111e11b994bd892a82d7c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 7 Feb 2022 18:30:32 +0100 Subject: Minor fixes: fix field name on doc dup - more explicit resume on deletion --- ishtar_common/forms_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/forms_common.py') diff --git a/ishtar_common/forms_common.py b/ishtar_common/forms_common.py index 935436eaa..0e4cc68db 100644 --- a/ishtar_common/forms_common.py +++ b/ishtar_common/forms_common.py @@ -2068,7 +2068,7 @@ class QADocumentFormMulti(QAForm): class QADocumentDuplicateForm(IshtarForm): - qa_title = forms.CharField(label=_("Reference"), max_length=500, required=False) + qa_title = forms.CharField(label=_("Title"), max_length=500, required=False) qa_source_type = forms.ChoiceField(label=_("Type"), choices=[], required=False) TYPES = [ -- cgit v1.2.3