From 09f2ea2b6246c7b536f5ec3a93b8c186a4c8107d Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Sun, 26 Jan 2020 00:45:41 -0500 Subject: [PATCH] fix invalid quoting and incorrect link --- 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 79b845f983..fc86332955 100644 --- a/templates/CRM/Admin/Form/Setting/Miscellaneous.tpl +++ b/templates/CRM/Admin/Form/Setting/Miscellaneous.tpl @@ -80,7 +80,7 @@

{ts}reCAPTCHA Keys{/ts}

- {ts 1="https://www.google.com/recaptcha"}reCAPTCHA is a free service that helps prevent automated abuse of your site. To use reCAPTCHA on public-facing CiviCRM forms: sign up at Google's reCaptcha site; enter the provided public and private reCAPTCHA keys here; then enable reCAPTCHA under Advanced Settings in any Profile.{/ts} + {ts 1='href="https://www.google.com/recaptcha" target="_blank"'}reCAPTCHA is a free service that helps prevent automated abuse of your site. To use reCAPTCHA on public-facing CiviCRM forms: sign up at Google's reCaptcha site; enter the provided public and private reCAPTCHA keys here; then enable reCAPTCHA under Advanced Settings in any Profile.{/ts}
@@ -97,7 +97,7 @@ {ts}You can specify the reCAPTCHA theme options as comma separated data.(eg: theme:'blackglass', lang : 'fr' ).{/ts}
- {ts 1='href="https://developers.google.com/recaptcha/docs/display#config" target="_blank"'}Check the available options at Customizing the Look and Feel of reCAPTCHA.{/ts} + {ts 1='href="https://developers.google.com/recaptcha/docs/display#configuration" target="_blank"'}Check the available options at Customizing the Look and Feel of reCAPTCHA.{/ts}
-- 2.25.1