aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2018-02-20 08:51:34 +0100
committerMarc Alexander <admin@m-a-styles.de>2019-09-24 14:03:47 +0200
commitc0e9ef21fe5c6d79857c4dc8d2a527f986b40d51 (patch)
treed036f8d9aedd59c620c073f20c1f15c6f563e67c /phpBB/adm/style
parent0f3559528abb107c542050f592c1de4fef10e693 (diff)
downloadforums-c0e9ef21fe5c6d79857c4dc8d2a527f986b40d51.tar
forums-c0e9ef21fe5c6d79857c4dc8d2a527f986b40d51.tar.gz
forums-c0e9ef21fe5c6d79857c4dc8d2a527f986b40d51.tar.bz2
forums-c0e9ef21fe5c6d79857c4dc8d2a527f986b40d51.tar.xz
forums-c0e9ef21fe5c6d79857c4dc8d2a527f986b40d51.zip
[ticket/15564] Update ACP as well
PHPBB3-15564
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r--phpBB/adm/style/captcha_recaptcha.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/adm/style/captcha_recaptcha.html b/phpBB/adm/style/captcha_recaptcha.html
index 3f61c76cb1..563bd98835 100644
--- a/phpBB/adm/style/captcha_recaptcha.html
+++ b/phpBB/adm/style/captcha_recaptcha.html
@@ -5,8 +5,9 @@
<div>{L_RECAPTCHA_NOSCRIPT}</div>
</noscript>
+ {L_RECAPTCHA_INVISIBLE}
<script src="{RECAPTCHA_SERVER}.js?hl={LA_RECAPTCHA_LANG}" async defer></script>
- <div class="g-recaptcha" data-sitekey="{RECAPTCHA_PUBKEY}"></div>
+ <div class="g-recaptcha" data-sitekey="{RECAPTCHA_PUBKEY}" data-size="invisible"></div>
</dd>
</dl>
<!-- ELSE -->