diff options
author | Joerg Sonnenberger <joerg@bec.de> | 2018-06-20 21:54:59 +0200 |
---|---|---|
committer | Kohei Yoshino <kohei.yoshino@gmail.com> | 2018-06-20 21:54:59 +0200 |
commit | 0bb8ea6781ed6262e1a254755d697ab80428754e (patch) | |
tree | 4a0af26131f6e0e2b70933611b4b9bb9df145556 | |
parent | 210068ac876bcf97966f6a593e00c8ac6bcb646c (diff) | |
download | bugzilla-0bb8ea6781ed6262e1a254755d697ab80428754e.tar.gz bugzilla-0bb8ea6781ed6262e1a254755d697ab80428754e.tar.xz |
Bug 1469827 - The etiquette check on "Create new a Bugzilla account" lacks a proper label
-rw-r--r-- | extensions/BMO/template/en/default/account/create.html.tmpl | 2 |
1 files changed, 2 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 64cf9bad8..fa897e0e8 100644 --- a/extensions/BMO/template/en/default/account/create.html.tmpl +++ b/extensions/BMO/template/en/default/account/create.html.tmpl @@ -157,9 +157,11 @@ function onSubmit() { <tr> <td colspan="2"> <input type="checkbox" id="etiquette" value="agreed"> + <label for="etiquette"> I have read <a href="page.cgi?id=etiquette.html">[% terms.Bugzilla %] Etiquette</a> and the <a href="https://www.mozilla.org/about/governance/policies/participation/">Mozilla Community Participation Guidelines</a> and agree to abide by them. + </label> </td> </tr> <tr> |