From 7068a7e6b107d2bba7ece55802d5d0423f11688c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=A0Ja=CC=81n=20Mikla=CC=81s=CC=8C?= Date: Sun, 25 Aug 2024 21:37:32 +0200 Subject: [PATCH] Rename action scheduler cron option to prevent confusion for HEs [MAILPOET-6200] --- mailpoet/views/settings_translations.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailpoet/views/settings_translations.html b/mailpoet/views/settings_translations.html index c5d5c59f4b..33350b8b9d 100644 --- a/mailpoet/views/settings_translations.html +++ b/mailpoet/views/settings_translations.html @@ -90,7 +90,7 @@ 'taskCronDescription': __('Select what will activate your newsletter queue.'), 'websiteVisitors': __('Visitors to your website'), 'serverCron': __("Server side cron (Linux cron)"), - 'actionSchedulerCron': __("WordPress built-in cron (recommended)"), + 'actionSchedulerCron': __("Action Scheduler (recommended)"), 'addCommandToCrontab': __("To use this option please add this command to your crontab:"), 'withFrequency': __("With the frequency of running it every minute:"), 'rolesTitle': __('Roles and capabilities'),