aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/captcha_recaptcha.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/subsilver2/template/captcha_recaptcha.html')
-rw-r--r--phpBB/styles/subsilver2/template/captcha_recaptcha.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/captcha_recaptcha.html b/phpBB/styles/subsilver2/template/captcha_recaptcha.html
index cacdbeead7..3776c77ea4 100644
--- a/phpBB/styles/subsilver2/template/captcha_recaptcha.html
+++ b/phpBB/styles/subsilver2/template/captcha_recaptcha.html
@@ -8,7 +8,7 @@
<script type="text/javascript">
// <![CDATA[
var RecaptchaOptions = {
- lang : '{L_RECAPTCHA_LANG}',
+ lang : '{LA_RECAPTCHA_LANG}',
tabindex : <!-- IF $CAPTCHA_TAB_INDEX -->{$CAPTCHA_TAB_INDEX}<!-- ELSE -->10<!-- ENDIF -->
};
// ]]>