Skip to content

Commit 2366343

Browse files
authored
Update hookDisplayNewsletterRegistration.tpl
1 parent 4bc476e commit 2366343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/templates/hook/hookDisplayNewsletterRegistration.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<div class="col-xs-12 pull-right">
2727
{if $captchaVersion == 2}
2828
<div class="g-recaptcha" data-sitekey="{$publicKey|escape:'html'}" id="captcha-box-newsletter" data-theme="{$captchatheme}"></div>
29-
<script src="https://www.google.com/recaptcha/api.js{if isset($captchaforcelang)}?hl={$captchaforcelang}{/if}" async defer></script>
29+
<script src="https://www.google.com/recaptcha/api.js?hl={$captchalang}" async defer></script>
3030
{else}
3131
<input type="hidden" id="captcha-box-newsletter" name="g-recaptcha-response"/>
3232
<script src="https://www.google.com/recaptcha/api.js?render={$publicKey|escape:'html'}"></script>

0 commit comments

Comments
 (0)