From a5220b704fb35b4cc9dfd7909b1b0cddadf3cc5e Mon Sep 17 00:00:00 2001 From: Jo Franz Date: Tue, 10 Jan 2023 18:01:35 +0100 Subject: [PATCH] typo: dlass --> class --- templates/CRM/Admin/Form/Job.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/CRM/Admin/Form/Job.tpl b/templates/CRM/Admin/Form/Job.tpl index a4b78dda1d..b6f8215a11 100644 --- a/templates/CRM/Admin/Form/Job.tpl +++ b/templates/CRM/Admin/Form/Job.tpl @@ -92,7 +92,8 @@ CRM.$(function($) { {$form.scheduled_run_date.label} {$form.scheduled_run_date.html}
-
{ts}Do not run this job before this date / time. The run frequency selected above will apply thereafter.{/ts}
+
{ts}Do not run this job before this date / time. The run frequency selected + above will apply thereafter.{/ts}
{if $action eq 1}{ts}Leave blank to run as soon as possible.{/ts}{else}{ts}Leave blank to run at next run frequency.{/ts}{/if}
-- 2.25.1