diff --git a/changedetectionio/forms.py b/changedetectionio/forms.py index 282469dd9..4b672cb23 100644 --- a/changedetectionio/forms.py +++ b/changedetectionio/forms.py @@ -363,7 +363,7 @@ class watchForm(commonSettingsForm): class globalSettingsRequestForm(Form): time_between_check = FormField(TimeBetweenCheckForm) proxy = RadioField('Proxy') - jitter_seconds = IntegerField('Random jitter ± delay time for checks', + jitter_seconds = IntegerField('Random jitter seconds ± check', render_kw={"style": "width: 5em;"}, validators=[validators.NumberRange(min=0, message="Should contain zero or more seconds")])