diff --git a/core/includes/update.inc b/core/includes/update.inc index 2caa6ca..00f7f3b 100644 --- a/core/includes/update.inc +++ b/core/includes/update.inc @@ -83,7 +83,7 @@ function update_system_schema_requirements() { $requirements['minimum schema'] += [ 'value' => 'The installed schema version does not meet the minimum.', 'severity' => REQUIREMENT_ERROR, - 'description' => 'Your system schema version is ' . $system_schema . '. Updating directly from a schema version prior to 8000 is not supported. You must migrate your site to Drupal 8 first.', + 'description' => 'Your system schema version is ' . $system_schema . '. Updating directly from a schema version prior to 8000 is not supported. You must migrate your site to Drupal 8 first.', ]; }