manager: simplify help text on ics exception upload file (#43609)

This commit is contained in:
Nicolas Roche 2020-06-04 09:54:32 +02:00
parent 854b7abcc8
commit 7ac9cbe23a
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ class ExceptionsImportForm(forms.ModelForm):
label=_('ICS File'),
required=False,
help_text=_(
'ICS file containing events which will be considered as exceptions. Will be synchronised hourly'
'ICS file containing events which will be considered as exceptions.'
),
)
ics_url = forms.URLField(