summaryrefslogtreecommitdiffstats
path: root/extensions/MozProjectReview/template
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-03-27 20:51:08 +0100
committerDave Lawrence <dlawrence@mozilla.com>2013-03-27 20:51:08 +0100
commit01e3fe8bd47eeca70dd09511641ed7ad112fe9ee (patch)
tree4fd5601fe66e9138f351f76f9588f0e50f64d924 /extensions/MozProjectReview/template
parenta2e427f167beaf671889d51ec1e0ab4846cce0d0 (diff)
downloadbugzilla-01e3fe8bd47eeca70dd09511641ed7ad112fe9ee.tar.gz
bugzilla-01e3fe8bd47eeca70dd09511641ed7ad112fe9ee.tar.xz
Bug 841419 - Project Kickoff Form: Wording Changes
Diffstat (limited to 'extensions/MozProjectReview/template')
-rw-r--r--extensions/MozProjectReview/template/en/default/bug/create/create-moz-project-review.html.tmpl13
1 files changed, 4 insertions, 9 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 19fc8ae55..a9cbb0db7 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
@@ -139,7 +139,7 @@
<div id="release_date_row" class="field_row">
<span class="field_label">Release Date:</span>
<span class="field_data">
- <div class="field_description">What is your key release / launch date (if applicable)?</div>
+ <div class="field_description">What is your overall key release / launch date / go live date?</div>
<input name="release_date" size="20" id="release_date" value=""
onchange="updateCalendarFromField(this)">
<button type="button" class="calendar_button"
@@ -223,13 +223,8 @@
<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)? This includes MSAs,
- Consulting Agreements, NDAs, click to accept, API agreements, open
- source licenses, renewals, additional services or goods, and any other
- agreements.
- </div>
+ <div class="field_description">Hardware Purchases,
+ Vendor agreements, NDAs, Contracts etc</div>
<select name="separate_party" id="separate_party">
<option value="">Select One</option>
<option value="Yes">Yes</option>
@@ -245,9 +240,9 @@
<div class="field_description">What type of relationship?</div>
<select name="relationship_type" id="relationship_type">
<option value="">Select One</option>
+ <option value="Hardware Purchase">Hardware Purchase</option>
<option value="Vendor/Services">Vendor/Services</option>
<option value="Distribution/Bundling">Distribution/Bundling</option>
- <option value="Hardware Purchase">Hardware Purchase</option>
<option value="Search">Search</option>
<option value="NDA">NDA</option>
<option value="Other">Other</option>