diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-05-14 23:31:49 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-05-14 23:31:49 +0200 |
commit | 4dacf97036be4a77e7553872b9e559a71965e4e5 (patch) | |
tree | e7de323ab072bca341d5b6a7edcf4f100d23e312 /extensions/MozProjectReview/web | |
parent | 6106b86ff6622bc57763fe60f96784453b5e723a (diff) | |
download | bugzilla-4dacf97036be4a77e7553872b9e559a71965e4e5.tar.gz bugzilla-4dacf97036be4a77e7553872b9e559a71965e4e5.tar.xz |
Bug 850934 - Project Kickoff Form: Make Release Date a Required Field
Diffstat (limited to 'extensions/MozProjectReview/web')
-rw-r--r-- | extensions/MozProjectReview/web/js/moz_project_review.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/MozProjectReview/web/js/moz_project_review.js b/extensions/MozProjectReview/web/js/moz_project_review.js index 18610aaf4..5db0225df 100644 --- a/extensions/MozProjectReview/web/js/moz_project_review.js +++ b/extensions/MozProjectReview/web/js/moz_project_review.js @@ -15,6 +15,7 @@ var MPR = { "short_desc": "Please enter a value for project or feature name in the initial questions section", "cc": "Please enter a value for points of contact in the initial questions section", "key_initiative": "Please select a value for key initiative in the initial questions section", + "release_date": "Please enter a value for release date in the initial questions section", "project_status": "Please select a value for project status in the initial questions section", "mozilla_data": "Please select a value for mozilla data in the initial questions section", "separate_party": "Please select a value for separate party in the initial questions section" |