Fix text typo

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-05-28 16:38:19 -04:00
parent 6a2e039a83
commit 4252e37748

View File

@@ -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
)