diff options
| author | Matt Friedman <maf675@gmail.com> | 2015-01-29 01:40:54 -0800 |
|---|---|---|
| committer | Matt Friedman <maf675@gmail.com> | 2015-01-29 01:40:54 -0800 |
| commit | fc412a97ca355b910d6b6e52d4b1a28d0e8ce2c8 (patch) | |
| tree | dee2f783a9ed186aba02750ffb16083c89b45eaf /phpBB/styles/prosilver/template/captcha_recaptcha.html | |
| parent | 182e7f55cc6f981266829b61f7178c460537f5d0 (diff) | |
| download | forums-fc412a97ca355b910d6b6e52d4b1a28d0e8ce2c8.tar forums-fc412a97ca355b910d6b6e52d4b1a28d0e8ce2c8.tar.gz forums-fc412a97ca355b910d6b6e52d4b1a28d0e8ce2c8.tar.bz2 forums-fc412a97ca355b910d6b6e52d4b1a28d0e8ce2c8.tar.xz forums-fc412a97ca355b910d6b6e52d4b1a28d0e8ce2c8.zip | |
[ticket/10388] Convert LA usages to L when not in javascript context
PHPBB3-10388
Diffstat (limited to 'phpBB/styles/prosilver/template/captcha_recaptcha.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/captcha_recaptcha.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/captcha_recaptcha.html b/phpBB/styles/prosilver/template/captcha_recaptcha.html index fee0f7423e..d3c0ea95d6 100644 --- a/phpBB/styles/prosilver/template/captcha_recaptcha.html +++ b/phpBB/styles/prosilver/template/captcha_recaptcha.html @@ -29,7 +29,7 @@ </div> </noscript> - <a href="http://www.google.com/intl/{LA_RECAPTCHA_LANG}/policies/" target="_blank" class="recaptcha-responsive" style="display: none"><img alt="" width="71" height="36" src="{RECAPTCHA_SERVER}/img/clean/logo.png"></a> + <a href="http://www.google.com/intl/{L_RECAPTCHA_LANG}/policies/" target="_blank" class="recaptcha-responsive" style="display: none"><img alt="" width="71" height="36" src="{RECAPTCHA_SERVER}/img/clean/logo.png"></a> </dd> </dl> <!-- ELSE --> |
