diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-06-26 18:43:39 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-06-26 18:43:39 +0200 |
commit | 225311b679a8bd2114b65a609d525179728b1ac6 (patch) | |
tree | 42c79916be30a9794df3d3328d2c8d831ebe7889 | |
parent | 9d3130154ff65e76f221dc66c631951baab17bba (diff) | |
download | bugzilla-225311b679a8bd2114b65a609d525179728b1ac6.tar.gz bugzilla-225311b679a8bd2114b65a609d525179728b1ac6.tar.xz |
Bug 887090 - Change to the IT Request Bugzilla form
-rw-r--r-- | extensions/BMO/template/en/default/bug/create/create-itrequest.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BMO/template/en/default/bug/create/create-itrequest.html.tmpl b/extensions/BMO/template/en/default/bug/create/create-itrequest.html.tmpl index 0db96e893..5fd0b0473 100644 --- a/extensions/BMO/template/en/default/bug/create/create-itrequest.html.tmpl +++ b/extensions/BMO/template/en/default/bug/create/create-itrequest.html.tmpl @@ -119,7 +119,7 @@ <td align="right"><strong>Request Type:</strong></td> <td style="white-space: nowrap;"> <input type="radio" name="component" id="componentmvd" onclick="setcompdesc(this)" value="Server Operations: Desktop Issues"> - <label for="componentmvd">Desktop issue/request</label><br> + <label for="componentmvd">Service Desk issue/request</label><br> <input type="radio" name="component" id="componenttbm" onclick="setcompdesc(this)" value="Server Operations: RelEng"> <label for="componenttbm">Report a problem with a tinderbox machine</label><br> <input type="radio" name="component" id="componentwcp" onclick="setcompdesc(this)" value="Server Operations: Web Operations"> |