From cf7eb07bc0993c67093ff7818be3e58fe22fc2de Mon Sep 17 00:00:00 2001 From: joannechester Date: Fri, 16 Oct 2015 01:02:34 +1100 Subject: [PATCH] CRM-17407 renaming recaptcha keys --- api/v3/examples/Setting/GetFields.php | 4 ++-- settings/Core.setting.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/v3/examples/Setting/GetFields.php b/api/v3/examples/Setting/GetFields.php index 40036da3b5..c797b6fe95 100644 --- a/api/v3/examples/Setting/GetFields.php +++ b/api/v3/examples/Setting/GetFields.php @@ -667,7 +667,7 @@ function setting_getfields_expectedresult() { 'html_type' => 'Text', 'default' => '', 'add' => '4.3', - 'title' => 'Recaptcha Public Key', + 'title' => 'Recaptcha Site Key', 'is_domain' => 1, 'is_contact' => 0, 'description' => '', @@ -688,7 +688,7 @@ function setting_getfields_expectedresult() { 'html_type' => 'Text', 'default' => '', 'add' => '4.3', - 'title' => 'Recaptcha Private Key', + 'title' => 'Recaptcha Secret Key', 'is_domain' => 1, 'is_contact' => 0, 'description' => '', diff --git a/settings/Core.setting.php b/settings/Core.setting.php index 686c894989..1d483c4c28 100644 --- a/settings/Core.setting.php +++ b/settings/Core.setting.php @@ -484,7 +484,7 @@ return array( 'html_type' => 'Text', 'default' => NULL, 'add' => '4.3', - 'title' => 'Recaptcha Public Key', + 'title' => 'Recaptcha Site Key', 'is_domain' => 1, 'is_contact' => 0, 'description' => NULL, @@ -503,7 +503,7 @@ return array( 'html_type' => 'Text', 'default' => NULL, 'add' => '4.3', - 'title' => 'Recaptcha Private Key', + 'title' => 'Recaptcha Secret Key', 'is_domain' => 1, 'is_contact' => 0, 'description' => NULL, -- 2.25.1