From 6dcc85bfd70ec956ef1b8e96d1cbc24e6ed499a9 Mon Sep 17 00:00:00 2001 From: astanley Date: Wed, 21 May 2025 14:23:17 +0000 Subject: [PATCH] label change --- src/Form/MissingDerivativesFm.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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, ];