X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=js%2Fmodel%2Fcrm.uf.js;h=636304bad7e6c5550ecb04efa8edfc5672f9980e;hb=85651a607a837a25a272516a011f36af5f12650d;hp=a6ab2982aec6e57c3abd75d54e958af591b4c771;hpb=b769142d05555c4d7ea91cb273e0b1f4de9c6e5e;p=civicrm-core.git diff --git a/js/model/crm.uf.js b/js/model/crm.uf.js index a6ab2982ae..636304bad7 100644 --- a/js/model/crm.uf.js +++ b/js/model/crm.uf.js @@ -32,7 +32,7 @@ * Add a help link to a form label */ function addHelp(title, options) { - return title + ' '; + return title + ' '; } function watchChanges() { @@ -510,8 +510,8 @@ 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': {