diff --git a/core/modules/system/system.install b/core/modules/system/system.install index 2ba90ee..40c107f 100644 --- a/core/modules/system/system.install +++ b/core/modules/system/system.install @@ -934,7 +934,7 @@ function system_requirements($phase) { $requirements['limited_date_range'] = [ 'title' => t('Limited Date Range'), 'value' => t('Your PHP installation has a limited date range.'), - 'description' => t('You are running on a system where PHP is compiled or limited to using 32-bit integers. This will limit the range of dates and timestamps to the years 1901-2038. Read the documentation page.', ['@drupal-doc' => 'https://www.drupal.org/docs/8/system-requirements/limitations-of-32-bit-php']), + 'description' => t('You are running on a system where PHP is compiled or limited to using 32-bit integers. This will limit the range of dates and timestamps to the years 1901-2038. Read about the limitations of 32-bit PHP.', ['@drupal-doc' => 'https://www.drupal.org/docs/8/system-requirements/limitations-of-32-bit-php']), 'severity' => REQUIREMENT_WARNING, ]; }