summaryrefslogtreecommitdiff
path: root/archaeological_files_pdl/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_files_pdl/forms.py')
-rw-r--r--archaeological_files_pdl/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_files_pdl/forms.py b/archaeological_files_pdl/forms.py
index d17797a0b..40a8c9a34 100644
--- a/archaeological_files_pdl/forms.py
+++ b/archaeological_files_pdl/forms.py
@@ -57,7 +57,7 @@ class FileFormGeneral(forms.Form):
value = self.cleaned_data.get('reception_date', None)
if value and value > datetime.date.today():
raise forms.ValidationError(
- _('Validation date cannot be after today.'))
+ _('Reception date cannot be after today.'))
return value