From 0e295350b38341b59aa715d21255b280bd5f1e8f Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Thu, 25 Aug 2016 16:51:40 +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 c85f1d85bc..fcab5efc12 100644 --- a/templates/CRM/Admin/Form/Setting/Miscellaneous.tpl +++ b/templates/CRM/Admin/Form/Setting/Miscellaneous.tpl @@ -114,8 +114,8 @@ - {$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