2c2 < index 2d31efa..be87038 100644 --- > index 8e18866..c265eb3 100644 5,6c5,6 < @@ -401,7 +401,7 @@ function field_system_info_alter(&$info, $file, $type) { < } --- > @@ -143,7 +143,8 @@ function field_system_info_alter(&$info, Extension $file, $type) { > $explanation = t('Fields type(s) in use'); 10c10,11 < + $explanation = t('Fields pending deletion - !cron to delete the fields', array('!cron' => l(t('run cron'), 'admin/reports/status/run-cron'))); --- > + $explanation = t('Fields pending deletion - !cron to delete the fields', > + array('!cron' => \Drupal::l(t('run cron'), new Url('system.run_cron')))); 14d14 <