Skip to content

Commit

Permalink
Merge pull request #244 from localgovdrupal/fix/243-remove-full-stop
Browse files Browse the repository at this point in the history
Remove full stop from "Publishing options."
  • Loading branch information
finnlewis authored May 15, 2023
2 parents 183c2d9 + 883edf0 commit f154e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form/AlertBannerEntityForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public function buildForm(array $form, FormStateInterface $form_state) {

$form['publishing_options'] = [
'#type' => 'details',
'#title' => $this->t('Publishing options.'),
'#title' => $this->t('Publishing options'),
'#group' => 'advanced',
'#weight' => 10,
'#optional' => 1,
Expand Down

0 comments on commit f154e78

Please sign in to comment.