blob: 4b7c23b4c2fbaf252aff7d566213961e85b8e9bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>
|