From f5cd3193e7ab86a93f2e2159fb4719f17c983991 Mon Sep 17 00:00:00 2001 From: Valérie-Emma Leroux Date: Fri, 23 Feb 2018 09:46:00 +0100 Subject: Update labels --- archaeological_context_records/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_context_records/forms.py') diff --git a/archaeological_context_records/forms.py b/archaeological_context_records/forms.py index 6036b2b38..de44998e6 100644 --- a/archaeological_context_records/forms.py +++ b/archaeological_context_records/forms.py @@ -150,7 +150,7 @@ class RecordFormGeneral(CustomForm, ManageOldType): parcel = forms.ChoiceField(label=_("Parcel"), choices=[]) archaeological_site = forms.ChoiceField( label=" ", choices=[], required=False, - help_text=_(u"Only {} associated to the operation can be selected.") + help_text=_(u"Only the items associated to the operation can be selected.") ) label = forms.CharField(label=_(u"ID"), validators=[validators.MaxLengthValidator(200)]) -- cgit v1.2.3