diff options
Diffstat (limited to 'addons/google_recaptcha/static/src/xml/recaptcha.xml')
| -rw-r--r-- | addons/google_recaptcha/static/src/xml/recaptcha.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/addons/google_recaptcha/static/src/xml/recaptcha.xml b/addons/google_recaptcha/static/src/xml/recaptcha.xml new file mode 100644 index 00000000..4b7c23b4 --- /dev/null +++ b/addons/google_recaptcha/static/src/xml/recaptcha.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<odoo> + +<t t-name="google_recaptcha.recaptcha_legal_terms"> + <small class="o_recaptcha_legal_terms"> + Protected by reCAPTCHA, + <a href="https://policies.google.com/privacy" target="_blank">Privacy Policy</a> + & + <a href="https://policies.google.com/terms" target="_blank">Terms of Service</a> + apply. + </small> +</t> + +</odoo> |
