Merge pull request #18153 from larssg-wildsight/patch-1
authorSeamus Lee <seamuslee001@gmail.com>
Sun, 23 Aug 2020 21:32:54 +0000 (07:32 +1000)
committerGitHub <noreply@github.com>
Sun, 23 Aug 2020 21:32:54 +0000 (07:32 +1000)
dev/core#1950 Update help text and description for the profile add to groups setting

CRM/UF/Form/AdvanceSetting.php
js/model/crm.uf.js
templates/CRM/UF/Form/Group.hlp

index 0a7be0b72404737bb857a03598a877d094dc606f..b78c0c5b86374c76970a39c273a903d34774c764 100644 (file)
@@ -47,7 +47,7 @@ class CRM_UF_Form_AdvanceSetting extends CRM_UF_Form_Group {
     $form->addElement('text', 'notify', ts('Notify when profile form is submitted?'));
 
     //group where new contacts are directed.
-    $form->addElement('select', 'add_contact_to_group', ts('Add new contacts to a Group?'), $group);
+    $form->addElement('select', 'add_contact_to_group', ts('Add contacts to a group?'), $group);
 
     // add CAPTCHA To this group ?
     $form->addElement('checkbox', 'add_captcha', ts('Include reCAPTCHA?'));
index 4f198c12a9bbaebf69fdbe82c3e4eca78980fd36..636304bad7e6c5550ecb04efa8edfc5672f9980e 100644 (file)
         options: YESNO
       },
       'add_to_group_id': {
-        title: ts('Add new contacts to a Group?'),
-        help: ts('Select a group if you are using this profile for adding new contacts, AND you want the new contacts to be automatically assigned to a group.'),
+        title: ts('Add contacts to a group?'),
+        help: ts('Select a group if you want contacts to be automatically added to that group when the profile is submitted.'),
         type: 'Number'
       },
       'cancel_URL': {
index 2bb3fc4ca23f84c0950035e9c45bcc7a848fd84b..3a0a93d8f1e854ad608c045307a37c89b9be6482 100644 (file)
@@ -63,7 +63,7 @@
   {ts}Add to Group{/ts}
 {/htxt}
 {htxt id='id-add_group'}
-{ts}Select a group if you are using this profile for adding new contacts, AND you want the new contacts to be automatically assigned to a group.{/ts}
+{ts}Select a group if you want contacts to be automatically added to that group when the profile is submitted.{/ts}
 {/htxt}
 
 {htxt id='id-notify_email-title'}