From 9923e6b7c7a8cba6d2b6934a4501cd9134e2d315 Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Wed, 5 Mar 2014 12:21:05 -0800 Subject: [PATCH] CRM-14316 - update link for info on ReCaptcha on Miscellaneous Settings page. ---------------------------------------- * CRM-14316: Recaptcha documentation link is incorrect http://issues.civicrm.org/jira/browse/CRM-14316 --- templates/CRM/Admin/Form/Setting/Miscellaneous.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Admin/Form/Setting/Miscellaneous.tpl b/templates/CRM/Admin/Form/Setting/Miscellaneous.tpl index f4a924f1f0..df9e5e53e8 100644 --- a/templates/CRM/Admin/Form/Setting/Miscellaneous.tpl +++ b/templates/CRM/Admin/Form/Setting/Miscellaneous.tpl @@ -115,7 +115,7 @@ {$form.recaptchaOptions.label} {$form.recaptchaOptions.html}
- {ts}You can specify the reCAPTCHA theme options as an comma seperated data.(eg: theme:'blackglass', lang : 'fr' ).
You can check the available options for reCAPTCHA here Customizing the Look and Feel of reCAPTCHA.{/ts}
+ {ts}You can specify the reCAPTCHA theme options as comma separated data.(eg: theme:'blackglass', lang : 'fr' ).
Check the available options for reCAPTCHA here: Customizing the Look and Feel of reCAPTCHA.{/ts}
{include file="CRM/common/formButtons.tpl" location="bottom"}
-- 2.25.1