Remove reference to built in contact types
authorEileen McNaughton <emcnaughton@wikimedia.org>
Tue, 7 Jun 2022 18:59:05 +0000 (06:59 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Tue, 7 Jun 2022 18:59:05 +0000 (06:59 +1200)
templates/CRM/Contact/Import/Form/DataSource.hlp
templates/CRM/Import/Form/DataSource.tpl

index bb78f3d9986fde843d3d1b7d065bab30046ec81f..ba8a876a9b96962e5e35f49b447aafe74796a55c 100644 (file)
@@ -31,7 +31,7 @@
 {/htxt}
 {htxt id='contact-type'}
   <p>{ts}Select <strong>Individual</strong> for Contact Type if each record in your file represents an individual person - even if the file also contains related Organization data (e.g. Employer Name, Employer Address, etc.).{/ts}</p>
-  <p>{ts}Select <strong>Organization</strong> or <strong>Household</strong> if each record in your file represents a contact of that type. (NOTE: Some built-in contact types may not be enabled for your site.){/ts}</p>
+  <p>{ts}Select <strong>Organization</strong> or <strong>Household</strong> if each record in your file represents a contact of that type.{/ts}</p>
   <p>{ts}<strong>Importing Contact Subtypes</strong> - If your file contains a mix of "subtypes" belonging to a built-in type, select the built-in ("parent") type here. You will then be able to map a Contact Subtype field from your file which sets the subtype for each row. EXAMPLE: If you are importing a mixture of Individuals who are "Students" and "Parents" and "Staff" subtypes, select "Individual" here AND include a column in your import file which contains the subtype for each row.{/ts}</p>
   <p>{ts}If all records in the file belong to the same subtype, then select that subtype from the "Subtype" field. All records will be automatically assigned to that subtype. In this case you do NOT need to include a Subtype column in the file.{/ts}</p>
 {/htxt}
index b1b0308c7c06c4d254aaa2b4351ac78148749cc7..48a2aacbed81b675df3726215ca17d7789d8141c 100644 (file)
@@ -40,7 +40,7 @@
           <td>{$form.contactType.html}<br />
             <span class="description">
               {ts 1=$importEntities}Select 'Individual' if you are importing %1 made by individual persons.{/ts}
-              {ts 1=$importEntities}Select 'Organization' or 'Household' if you are importing %1 made by contacts of that type. (NOTE: Some built-in contact types may not be enabled for your site.){/ts}
+              {ts 1=$importEntities}Select 'Organization' or 'Household' if you are importing %1 made by contacts of that type.{/ts}
             </span>
           </td>
         </tr>