diff options
author | David Lawrence <dkl@mozilla.com> | 2016-03-30 22:34:30 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-03-30 22:34:30 +0200 |
commit | ef9e420355b92187f0c8207dff439f93c3deb4bc (patch) | |
tree | 6fbe975af3ef42448312be9686979fce2569416f /extensions | |
parent | 2cb62213b7827ab66d8ca2dc3d3aadb84709f74d (diff) | |
download | bugzilla-ef9e420355b92187f0c8207dff439f93c3deb4bc.tar.gz bugzilla-ef9e420355b92187f0c8207dff439f93c3deb4bc.tar.xz |
Bug 1260545 - Legal compliance / adding terms link to new BMO account flow
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BMO/template/en/default/account/create.html.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/extensions/BMO/template/en/default/account/create.html.tmpl b/extensions/BMO/template/en/default/account/create.html.tmpl index 126a34e2c..3a4dd8a70 100644 --- a/extensions/BMO/template/en/default/account/create.html.tmpl +++ b/extensions/BMO/template/en/default/account/create.html.tmpl @@ -130,6 +130,12 @@ function onSubmit() { more information on our privacy policies. </li> <li> + When using [% terms.Bugzilla %] to submit patches, comments, code, and any other content, + you agree to our policies on open source licensing and content submission. See Mozilla’s + <a href="https://www.mozilla.org/en-US/about/legal/terms/mozilla/" target="_blank">Websites + and Communications Terms of Use</a> for more information. + </li> + <li> Please give us an email address you want to use. Once we confirm that it works, you'll be asked to set a password and then you can start filing [% terms.bugs %] and helping fix them. </li> |