Skip to content

Commit

Permalink
Issue #324: Update title of full review checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
lkmorlan committed Mar 5, 2024
1 parent 34772b1 commit 93d4f9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 93d4f9b

Please sign in to comment.