Skip to content

Commit 2b03c4b

Browse files
use clearer options for procaptcha type
1 parent 41acda8 commit 2b03c4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integrations/prosopo-procaptcha/admin-after.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
);
1919
$type_options = array(
2020
'frictionless' => esc_html__('Frictionless', 'mailchimp-for-wp'),
21-
'pow' => esc_html__('Pow', 'mailchimp-for-wp'),
22-
'image' => esc_html__('Image', 'mailchimp-for-wp'),
21+
'pow' => esc_html__('Proof of Work', 'mailchimp-for-wp'),
22+
'image' => esc_html__('Image Captcha', 'mailchimp-for-wp'),
2323
);
2424

2525
?>

0 commit comments

Comments
 (0)