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 )