Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / simpletest / src / Form / SimpletestTestForm.php
index f954546eb1605a58c8ff19e28ec208e1c586db31..1bf43ce4395255564e8630d55aa0fa93e604b989 100644 (file)
@@ -71,7 +71,7 @@ class SimpletestTestForm extends FormBase {
     $form['clean'] = [
       '#type' => 'fieldset',
       '#title' => $this->t('Clean test environment'),
-      '#description' => $this->t('Remove tables with the prefix "simpletest" and temporary directories that are left over from tests that crashed. This is intended for developers when creating tests.'),
+      '#description' => $this->t('Remove tables with the prefix "test" followed by digits and temporary directories that are left over from tests that crashed. This is intended for developers when creating tests.'),
       '#weight' => 200,
     ];
     $form['clean']['op'] = [