From f22e43e189cd3f53c96b4d41fcf9cd72f78ecc70 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 29 Nov 2021 09:54:49 -0800 Subject: [PATCH] add cron description --- src/translation/en.json | 3 ++- src/views/app.html | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/translation/en.json b/src/translation/en.json index b972e0048..29a02d295 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -1503,7 +1503,8 @@ "everyDay": "Every Day", "twicePerDay": "Twice per Day", "everySunday": "Every Sunday" - } + }, + "description": "Custom app-specific cron jobs can be added here. Note that cron jobs required for the app to function are already integrated into the app package and don't need to be configured here." }, "forumUrlAction": "Need help? Ask in the forum" }, diff --git a/src/views/app.html b/src/views/app.html index c4e8412ad..77f5d4cba 100644 --- a/src/views/app.html +++ b/src/views/app.html @@ -1090,6 +1090,7 @@ +

{{ 'app.cron.description' | tr }}

{{ cron.error.crontab }}