diff --git a/core/modules/field/src/FieldUninstallValidator.php b/core/modules/field/src/FieldUninstallValidator.php
index 3302b04..3b05677 100644
--- a/core/modules/field/src/FieldUninstallValidator.php
+++ b/core/modules/field/src/FieldUninstallValidator.php
@@ -58,7 +58,7 @@ public function validate($module) {
         $reasons[] = $this->t('Fields type(s) in use');
       }
       else {
-        $reasons[] = $this->t('Fields pending deletion');
+        $reasons[] = $this->t('Fields pending deletion - <a href="@cron">run cron</a> to delete the fields.', ['@cron' => \Drupal::url('system.run_cron')]);
       }
     }
     return $reasons;
