diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 2a617387a8..91e76d24fb 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -128,10 +128,7 @@ if (!$_['has_fileinfo']) { if ($_['fileLockingType'] === 'none') { ?>
  • - t('Transactional file locking is disabled, this might lead to issues with race conditions, enable \'filelocking.enabled\' in config.php to improve handling of race conditions.')); ?> - + t('Transactional file locking is disabled, this might lead to issues with race conditions. Enable \'filelocking.enabled\' in config.php to avoid these problems. See the documentation ↗ for more information.', link_to_docs('admin-transactional-locking'))); ?>
  • - t('Transactional file locking is using the database as locking backend, for best performance it\'s advised to configure a memcache for locking. Check the admin documentation for more information about locking and memcaches')); ?> - + t('Transactional file locking is using the database as locking backend, for best performance it\'s advised to configure a memcache for locking. See the documentation ↗ for more information.', link_to_docs('admin-transactional-locking'))); ?>