Skip to content

Commit

Permalink
Changes "Continue" button text to "Save and continue".
Browse files Browse the repository at this point in the history
  • Loading branch information
ryguyk committed Jan 22, 2025
1 parent 30b98e9 commit 81a3c41
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ public function buildForm(array $form, FormStateInterface $form_state, $node = N
'#default_value' => $this->getDigitalFormNodeFieldValue('field_expiration_date'),
];

$form['actions']['continue'] = [
$form['actions']['save_and_continue'] = [
'#type' => 'submit',
'#value' => $this->t('Continue'),
'#value' => $this->t('Save and continue'),
'#attributes' => [
'class' => [
'button',
Expand Down

0 comments on commit 81a3c41

Please sign in to comment.