From 4252e37748861d1a303187c741b2a5916612e1c7 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 28 May 2019 16:38:19 -0400 Subject: [PATCH] Fix text typo Signed-off-by: Roberto Rosario --- mayan/apps/documents/forms/document_page_forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayan/apps/documents/forms/document_page_forms.py b/mayan/apps/documents/forms/document_page_forms.py index 0ac974dc49..128a9aa7ba 100644 --- a/mayan/apps/documents/forms/document_page_forms.py +++ b/mayan/apps/documents/forms/document_page_forms.py @@ -26,7 +26,7 @@ class DocumentPageForm(forms.Form): class DocumentPageNumberForm(forms.Form): page = forms.ModelChoiceField( help_text=_( - 'Page number from which all the transformation will be cloned. ' + 'Page number from which all the transformations will be cloned. ' 'Existing transformations will be lost.' ), queryset=None )