Skip to content

Commit

Permalink
Fixes #25
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmels committed Mar 26, 2024
1 parent 374195f commit 3cef2e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion includes/simplenews.subscription.inc
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,10 @@ function simplenews_subscriptions_account_form(&$form, &$form_state, $subscriber

$form['subscriptions'] = array(
'#type' => 'fieldset',
'#description' => t('Select newsletters to subscribe.'),
'#description' => t('Select newsletters to subscribe:'),
'#collapsible' => TRUE,
'#group' => 'additional_settings',
'#weight' => 5,
);
$form['subscriptions']['newsletters'] = array(
'#type' => 'checkboxes',
Expand Down

0 comments on commit 3cef2e4

Please sign in to comment.