diff options
Diffstat (limited to 'extensions/BMO/template')
-rw-r--r-- | extensions/BMO/template/en/default/bug/create/create-data-compliance.html.tmpl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/extensions/BMO/template/en/default/bug/create/create-data-compliance.html.tmpl b/extensions/BMO/template/en/default/bug/create/create-data-compliance.html.tmpl index d1405f459..4306ef0e1 100644 --- a/extensions/BMO/template/en/default/bug/create/create-data-compliance.html.tmpl +++ b/extensions/BMO/template/en/default/bug/create/create-data-compliance.html.tmpl @@ -86,7 +86,7 @@ <input type="hidden" name="comment" id="comment" value=""> <input type="hidden" name="status_whiteboard" id="status_whiteboard" value=""> <input type="hidden" name="bug_file_loc" id="bug_file_loc" value=""> -<input type="hidden" name="groups" id="groups" value="mozilla-employee-confidential"> +<input type="hidden" name="groups" id="groups" value="mozilla-confidential"> <input type="hidden" name="token" value="[% token FILTER html %]"> <div class="head_desc"> @@ -145,7 +145,10 @@ Description </label> <div class="field_desc"> - Describe the data compliance issue. + Describe the data compliance issue: If your request involves changes or + additional data collection, please describe that collection, including + specific fields, where the data will be stored, how long it will be stored, + and who will have access to the data. </div> <textarea name="desc" id="desc" rows="10" cols="60" class="wide"></textarea> </div> |