diff options
author | Jakub Senko <jakubsenko@gmail.com> | 2019-07-29 08:27:29 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-09-24 14:04:40 +0200 |
commit | 7fac5be2cceff962357c0a6dac900380d2cc603f (patch) | |
tree | 7da489e696f9b9ecd65b639f4aaa814c9dd05d2a /phpBB/language/en | |
parent | d7dd91d0e25638373c57c9813f4c7b13deff84c3 (diff) | |
download | forums-7fac5be2cceff962357c0a6dac900380d2cc603f.tar forums-7fac5be2cceff962357c0a6dac900380d2cc603f.tar.gz forums-7fac5be2cceff962357c0a6dac900380d2cc603f.tar.bz2 forums-7fac5be2cceff962357c0a6dac900380d2cc603f.tar.xz forums-7fac5be2cceff962357c0a6dac900380d2cc603f.zip |
[ticket/15564] Improve wording
PHPBB3-15564
Diffstat (limited to 'phpBB/language/en')
-rw-r--r-- | phpBB/language/en/captcha_recaptcha.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/captcha_recaptcha.php b/phpBB/language/en/captcha_recaptcha.php index db28820747..68546ae73c 100644 --- a/phpBB/language/en/captcha_recaptcha.php +++ b/phpBB/language/en/captcha_recaptcha.php @@ -44,9 +44,9 @@ $lang = array_merge($lang, array( 'RECAPTCHA_NOSCRIPT' => 'Please enable JavaScript in your browser to load the challenge.', 'RECAPTCHA_PUBLIC' => 'Site key', - 'RECAPTCHA_PUBLIC_EXPLAIN' => 'Your site reCAPTCHA key. Keys can be obtained on <a href="http://www.google.com/recaptcha">www.google.com/recaptcha</a>. Please, use Invisible reCAPTCHA type.', + 'RECAPTCHA_PUBLIC_EXPLAIN' => 'Your site reCAPTCHA key. Keys can be obtained on <a href="http://www.google.com/recaptcha">www.google.com/recaptcha</a>. Please, use reCAPTCHA v2 > Invisible reCAPTCHA badge type.', 'RECAPTCHA_PRIVATE' => 'Secret key', - 'RECAPTCHA_PRIVATE_EXPLAIN' => 'Your secret reCAPTCHA key. Keys can be obtained on <a href="http://www.google.com/recaptcha">www.google.com/recaptcha</a>. Please, use Invisible reCAPTCHA type.', + 'RECAPTCHA_PRIVATE_EXPLAIN' => 'Your secret reCAPTCHA key. Keys can be obtained on <a href="http://www.google.com/recaptcha">www.google.com/recaptcha</a>. Please, use reCAPTCHA v2 > Invisible reCAPTCHA badge type.', 'RECAPTCHA_INVISIBLE' => 'This CAPTCHA is actually invisible. To verify that it works, a small icon should appear in right bottom corner of this page.', )); |