diff --git a/apps/settings/templates/settings/admin/server.php b/apps/settings/templates/settings/admin/server.php index 075c57396d15d..b3a1c9101ced8 100644 --- a/apps/settings/templates/settings/admin/server.php +++ b/apps/settings/templates/settings/admin/server.php @@ -68,7 +68,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'));?> @@ -78,7 +78,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 {