summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorCraig Parkinson <parkcra@gmail.com>2016-03-08 21:48:42 +0100
committerDavid Lawrence <dkl@mozilla.com>2016-03-08 21:48:42 +0100
commitf1c21a5652c66ab67214b4c5ae1ffc2aed538b18 (patch)
tree26708b0db66c4eff2e84627e74026a09904f53f3 /template
parent94baad58ceedd7db7fdd86117d0a9d18f06acacc (diff)
downloadbugzilla-f1c21a5652c66ab67214b4c5ae1ffc2aed538b18.tar.gz
bugzilla-f1c21a5652c66ab67214b4c5ae1ffc2aed538b18.tar.xz
Bug 314366 - "Enter the path to the file on your computer" assumes I choose a file by entering a path
r=dkl
Diffstat (limited to 'template')
-rw-r--r--template/en/default/attachment/createformcontents.html.tmpl5
1 files changed, 2 insertions, 3 deletions
diff --git a/template/en/default/attachment/createformcontents.html.tmpl b/template/en/default/attachment/createformcontents.html.tmpl
index 293fc3d92..e6ca90c2d 100644
--- a/template/en/default/attachment/createformcontents.html.tmpl
+++ b/template/en/default/attachment/createformcontents.html.tmpl
@@ -11,7 +11,7 @@
<tr class="attachment_data">
<th><label for="data">File</label>:</th>
<td>
- <em>Enter the path to the file on your computer</em> (or
+ (or
<a id="attachment_data_controller" href="javascript:TUI_toggle_class('attachment_text_field');
javascript:TUI_toggle_class('attachment_data')"
>paste text as attachment</a>).<br>
@@ -31,9 +31,8 @@
</td>
</tr>
<tr>
- <th class="required"><label for="description">Description</label>:</th>
+ <th class="required"><label for="description">Brief Description</label>:</th>
<td>
- <em>Describe the attachment briefly.</em><br>
<input type="text" id="description" name="description" class="required"
size="60" maxlength="200">
</td>