From 1e11eb898c32528f08cb875f07e9dc5fa97ddda2 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sat, 11 Jun 2022 20:53:25 +0200 Subject: [PATCH] Relabel --- changedetectionio/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")])