diff --git a/friendly-captcha/modules/formidable/builder-field.php b/friendly-captcha/modules/formidable/builder-field.php index 72ce82f..a105b16 100644 --- a/friendly-captcha/modules/formidable/builder-field.php +++ b/friendly-captcha/modules/formidable/builder-field.php @@ -1 +1 @@ -

Friendly Captcha is load only on frontend.

+

Friendly Captcha will be displayed here.

diff --git a/friendly-captcha/modules/formidable/builder-settings.php b/friendly-captcha/modules/formidable/builder-settings.php index 7534511..4dea5ff 100644 --- a/friendly-captcha/modules/formidable/builder-settings.php +++ b/friendly-captcha/modules/formidable/builder-settings.php @@ -1 +1 @@ -

Settings is in the plugin Friendly Captcha

+

Please configure Friendly Captcha in the plugin settings.

diff --git a/friendly-captcha/modules/formidable/formidable.php b/friendly-captcha/modules/formidable/formidable.php index c05c79b..87e0b56 100644 --- a/friendly-captcha/modules/formidable/formidable.php +++ b/friendly-captcha/modules/formidable/formidable.php @@ -1,29 +1,18 @@ 'Friendly Captcha', - 'icon' => 'frm_icon_font frm_pencil_icon', // Set the class for a custom icon here. + 'icon' => 'frm_icon_font frm_shield_check_icon', // Set the class for a custom icon here. ); return $fields; } -add_filter( 'frm_available_fields', 'frmfrcaptcha_add_new_field' ); +add_filter( 'frm_available_fields', 'frcaptcha_add_new_field' );