Rename action scheduler cron option to prevent confusion for HEs

[MAILPOET-6200]
This commit is contained in:
 Ján Mikláš
2024-08-25 21:37:32 +02:00
committed by Ján Mikláš
parent a94efb5563
commit 7068a7e6b1

View File

@@ -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'),