From e8dccb178bdf2cdd66e5d525f5939c2ee0035da3 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 3 Dec 2024 15:27:21 +0100 Subject: [PATCH] Specifying that a custom frequency should be in the cron format (#231) --- lang/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en.json b/lang/en.json index 72fd6b5c..a68b101d 100644 --- a/lang/en.json +++ b/lang/en.json @@ -565,7 +565,7 @@ "type_item_description": "Type Item Description (optional)" }, "frequency": { - "title": "Frequency", + "title": "Frequency (using cron format)", "select_frequency": "Select Frequency", "minute": "Minute", "hour": "Hour",