diff options
author | Byron Jones <bjones@mozilla.com> | 2012-12-04 08:41:54 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-12-04 08:41:54 +0100 |
commit | f6e9168b666e4ea272ff4d05e6acc99ec28f8645 (patch) | |
tree | 6095e24734876c2c58be2bb6ded04ee3533438bb /extensions/MozProjectReview/template/en | |
parent | 2629937195ba72aa805b76d60026119326066435 (diff) | |
download | bugzilla-f6e9168b666e4ea272ff4d05e6acc99ec28f8645.tar.gz bugzilla-f6e9168b666e4ea272ff4d05e6acc99ec28f8645.tar.xz |
Bug 817216: Revise "Separate Party" description on the "Project Kickoff" form
Diffstat (limited to 'extensions/MozProjectReview/template/en')
-rw-r--r-- | extensions/MozProjectReview/template/en/default/bug/create/create-moz-project-review.html.tmpl | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/extensions/MozProjectReview/template/en/default/bug/create/create-moz-project-review.html.tmpl b/extensions/MozProjectReview/template/en/default/bug/create/create-moz-project-review.html.tmpl index 375e50acf..b6c29c66a 100644 --- a/extensions/MozProjectReview/template/en/default/bug/create/create-moz-project-review.html.tmpl +++ b/extensions/MozProjectReview/template/en/default/bug/create/create-moz-project-review.html.tmpl @@ -201,10 +201,13 @@ <div id="separate_party_row" class="field_row"> <span class="field_label required">Separate Party:</span> <span class="field_data"> - <div class="field_description">Does this project involve a relationship with another party (such as a third - party vendor, hosted service provider, consultant or strategic partner (business deals))? - This includes NDAs, click to accept, API agreements, open source licenses, renewals, - additional services or goods, and any other agreements.</div> + <div class="field_description"> Does this project involve a + relationship with another party (such as a third party vendor, hosted + service provider, consultant or strategic partner)? This includes MSAs, + Consulting Agreements, NDAs, click to accept, API agreements, open + source licenses, renewals, additional services or goods, and any other + agreements. + </div> <select name="separate_party" id="separate_party" onchange="MPR.toggleVisibleById(this,'Yes','initial_separate_party_questions');"> <option value="">Select One</option> |