CRM-17407 renaming recaptcha keys
[civicrm-core.git] / api / v3 / examples / Setting / GetFields.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' => '',