Skip to content

Commit

Permalink
Merge pull request #26252 from demeritcowboy/missing-help
Browse files Browse the repository at this point in the history
Import help text gone missing
  • Loading branch information
eileenmcnaughton committed May 17, 2023
2 parents b7d7943 + d90dc24 commit 34b1302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/CRM/Import/Form/DataSource.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
{if array_key_exists('onDuplicate', $form)}
<tr class="crm-import-uploadfile-from-block-onDuplicate">
<td class="label">{$form.onDuplicate.label}</td>
<td>{$form.onDuplicate.html} {help id="id-onDuplicate"}</td>
<td>{$form.onDuplicate.html} {help id="dupes"}</td>
</tr>
{/if}
{if array_key_exists('dedupe_rule_id', $form)}
Expand Down

0 comments on commit 34b1302

Please sign in to comment.