From dd05f7732da947ec90ea6964a6e943a117a37385 Mon Sep 17 00:00:00 2001 From: Jo Franz Date: Tue, 10 Jan 2023 20:44:03 +0100 Subject: [PATCH] fixed line break --- templates/CRM/Admin/Form/Job.tpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/CRM/Admin/Form/Job.tpl b/templates/CRM/Admin/Form/Job.tpl index b6f8215a11..8cd1dd1d5d 100644 --- a/templates/CRM/Admin/Form/Job.tpl +++ b/templates/CRM/Admin/Form/Job.tpl @@ -92,8 +92,7 @@ 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