diff --git a/src/Form/MigrateUpgradeForm.php b/src/Form/MigrateUpgradeForm.php index 60dca3c..bca9bb7 100644 --- a/src/Form/MigrateUpgradeForm.php +++ b/src/Form/MigrateUpgradeForm.php @@ -72,7 +72,9 @@ class MigrateUpgradeForm extends SiteSettingsForm { $form['database'] = array( '#type' => 'details', - '#title' => t('Database'), + '#title' => t('Source Database'), + '#description' => $this->t('Provide the database of the Drupal ' . + 'site which you want to migrate.'), '#open' => TRUE, '#weight' => 1, );