CRM-17407 renaming recaptcha keys
authorjoannechester <j_chester@optusnet.com.au>
Thu, 15 Oct 2015 14:02:34 +0000 (01:02 +1100)
committerjoannechester <j_chester@optusnet.com.au>
Thu, 15 Oct 2015 14:02:34 +0000 (01:02 +1100)
api/v3/examples/Setting/GetFields.php
settings/Core.setting.php

index 40036da3b562207c61cdaccea4bcb6ea8ca9a726..c797b6fe9548be5f324a560001c382749ddc1b2a 100644 (file)
@@ -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' => '',
index 686c894989eb5c3fd1b2d562030a4de43927041b..1d483c4c286e0cb797c0c5328890ca1fb9ff85ee 100644 (file)
@@ -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,