diff --git a/apps/settings/templates/settings/admin/server.php b/apps/settings/templates/settings/admin/server.php index b5382c925515c..f3b8dc4aaad92 100644 --- a/apps/settings/templates/settings/admin/server.php +++ b/apps/settings/templates/settings/admin/server.php @@ -71,7 +71,7 @@ title="t('Open documentation'));?>" href=""> -

t('For optimal performance it\'s important to configure background jobs correctly. For bigger instances \'Cron\' is the recommended setting. Please see the documentation for more information.'));?>

+

t('For the server to work properly, it\'s important to configure background jobs correctly. "Cron" is the recommended setting. Please see the documentation for more information.'));?>

t('Pick background job setting'));?> @@ -81,7 +81,7 @@ print_unescaped('checked="checked"'); } ?>>
- t("Execute one task with each page loaded.")); ?> + t("Execute one task with each page loaded. Use case: Single user instance.")); ?>

>
- t("cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP.")); ?> + t("cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage).")); ?>

> -
- t("Use system cron service to call the cron.php file every 5 minutes.")); ?> +
+ t("Use system cron service to call the cron.php file every 5 minutes. Recommended for all instances.")); ?> t('The cron.php needs to be executed by the system user "%s".', [$_['cli_based_cron_user']])); } else {