From 41dd6809dabf885232c5cc07d865a937d3954f1d Mon Sep 17 00:00:00 2001 From: Mathieu Lutfy Date: Mon, 10 Jul 2023 21:08:17 -0400 Subject: [PATCH] admin_ui: Sched Jobs language tweaks --- .../ang/afsearchManageScheduledJobs.aff.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/ext/civicrm_admin_ui/ang/afsearchManageScheduledJobs.aff.html b/ext/civicrm_admin_ui/ang/afsearchManageScheduledJobs.aff.html index 15cfe161e9..311a39dbe9 100644 --- a/ext/civicrm_admin_ui/ang/afsearchManageScheduledJobs.aff.html +++ b/ext/civicrm_admin_ui/ang/afsearchManageScheduledJobs.aff.html @@ -1,5 +1,9 @@
-
{{:: ts('You can configure scheduled jobs (cron tasks) for your CiviCRM installation. For most sites, your system administrator should set up one or more "cron" tasks to run the enabled jobs. However, you can also run all scheduled jobs manually using the button below, or specific jobs from this screen using the "Execute Now" buttons.')}} (Job parameters and command line syntax documentation...)
+
+ {{:: ts('CiviCRM relies on a number of scheduled jobs that run automatically on a regular basis. These jobs keep data up-to-date and perform other important tasks.') }} + {{:: ts('For most sites, your system administrator should set up one or more "cron" tasks to run the enabled jobs. You can also run all scheduled jobs using the button below, or specific jobs from this screen using the "Execute Now" buttons.') }} + {{:: ts('(How to setup cron on the command line...)') }} +
@@ -8,13 +12,17 @@
-- 2.25.1