mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Fixed typo
This commit is contained in:
parent
832645f129
commit
ae2de8ef9c
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class SnippetForm(forms.ModelForm):
|
|||
def clean_content(self):
|
||||
content = self.cleaned_data.get('content', '')
|
||||
if content.strip() == '':
|
||||
raise forms.ValidationError(_('Plesae fill out this field.'))
|
||||
raise forms.ValidationError(_('Please fill out this field.'))
|
||||
return content
|
||||
|
||||
def clean_expires(self):
|
||||
|
|
Loading…
Reference in a new issue