diff --git a/html/modules/custom/bc_dc/src/Form/BcDcWorkflowBlockForm.php b/html/modules/custom/bc_dc/src/Form/BcDcWorkflowBlockForm.php index 7ae02c7b..ab48a520 100644 --- a/html/modules/custom/bc_dc/src/Form/BcDcWorkflowBlockForm.php +++ b/html/modules/custom/bc_dc/src/Form/BcDcWorkflowBlockForm.php @@ -92,7 +92,7 @@ public function buildForm(array $form, FormStateInterface $form_state, $args = [ $form['full_review'] = [ '#type' => 'checkbox', - '#title' => $this->t('Check if this is a full review'), + '#title' => $this->t('This is a full review'), ]; $form['actions']['#type'] = 'actions';