From: Seamus Lee Date: Thu, 25 Aug 2016 06:46:43 +0000 (+1000) Subject: Fix template variable X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9850ad208a086fae2d3964f552e79f9495353319;p=civicrm-core.git Fix template variable --- diff --git a/templates/CRM/Admin/Form/Setting/Miscellaneous.tpl b/templates/CRM/Admin/Form/Setting/Miscellaneous.tpl index 19be18ffd1..b952c1c73b 100644 --- a/templates/CRM/Admin/Form/Setting/Miscellaneous.tpl +++ b/templates/CRM/Admin/Form/Setting/Miscellaneous.tpl @@ -84,8 +84,8 @@ {$recentItemsProviders_description} - {$form.remote_profile_submissions_allowed.label} - {$form.remote_profile_submissions_allowed.html}
+ {$form.remote_profile_submissions.label} + {$form.remote_profile_submissions.html}

{ts}If enabled, CiviCRM will allow users to submit profiles from external sites. This is disabled by default to limit abuse.{/ts}