summaryrefslogtreecommitdiff
path: root/modules/recaptcha/views/form_recaptcha.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/recaptcha/views/form_recaptcha.html.php')
-rw-r--r--modules/recaptcha/views/form_recaptcha.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/recaptcha/views/form_recaptcha.html.php b/modules/recaptcha/views/form_recaptcha.html.php
index d4031586..4ec04c49 100644
--- a/modules/recaptcha/views/form_recaptcha.html.php
+++ b/modules/recaptcha/views/form_recaptcha.html.php
@@ -8,7 +8,7 @@
"gRecaptcha",
{
theme: "white",
- custom_translations : { instructions_visual : "<?= t("Type words to check:") ?>"},
+ custom_translations : { instructions_visual : <?= t("Type words to check:")->for_js() ?>},
callback: Recaptcha.focus_response_field
}
);