From d8cb3a263b56e021d173d1fd005c7d8e0bc807b3 Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Tue, 14 Feb 2023 07:20:27 +0000 Subject: [PATCH] Add dot --- core/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/forms.py b/core/forms.py index 3c4008b..bcabb35 100644 --- a/core/forms.py +++ b/core/forms.py @@ -103,7 +103,7 @@ class NotificationRuleForm(RestrictedFormMixin, ModelForm): "window": "Time window to search: 1d, 1h, 1m, 1s, etc.", "amount": "Amount of matches to be returned for scheduled queries. Cannot be used with on-demand queries.", "policy": "When to trigger this policy.", - "ingest": "Whether to ingest matches", + "ingest": "Whether to ingest matches.", } def clean(self):