diff --git a/src/Form/MissingDerivativesFm.php b/src/Form/MissingDerivativesFm.php index da7406e..6726c09 100644 --- a/src/Form/MissingDerivativesFm.php +++ b/src/Form/MissingDerivativesFm.php @@ -91,10 +91,9 @@ final class MissingDerivativesFm extends FormBase { * {@inheritdoc} */ public function buildForm(array $form, FormStateInterface $form_state): array { - $actions = $this->getDerivativeActions(); $form['model'] = [ '#type' => 'select', - '#title' => $this->t('Node Type'), + '#title' => $this->t('Islandora Model'), '#options' => $this->getVocabularyOptions('islandora_models'), '#required' => TRUE, ];