From 9850ad208a086fae2d3964f552e79f9495353319 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Thu, 25 Aug 2016 16:46:43 +1000 Subject: [PATCH] Fix template variable --- templates/CRM/Admin/Form/Setting/Miscellaneous.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}

-- 2.25.1