diff --git a/contact_storage.module b/contact_storage.module index 2d63d85..3f58b6b 100644 --- a/contact_storage.module +++ b/contact_storage.module @@ -46,8 +46,7 @@ function contact_storage_form_contact_form_form_alter(&$form, FormStateInterface ]; $form['contact_storage_default_send_copy'] = [ '#type' => 'checkbox', - '#title' => t('Send a copy to the submitter by default'), - '#description' => t('Note that this may present a way for anonymous users to spam other users.'), + '#title' => t('Send a copy to the submitted user by default'), '#default_value' => $contact_form->getThirdPartySetting('contact_storage', 'default_send_copy', FALSE), ]; $form['#entity_builders'][] = 'contact_storage_contact_form_form_builder';