Browse Source

label change

main
astanley 7 months ago
parent
commit
6dcc85bfd7
  1. 3
      src/Form/MissingDerivativesFm.php

3
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,
];

Loading…
Cancel
Save