summaryrefslogtreecommitdiffstats
path: root/extensions/BMO
diff options
context:
space:
mode:
authorIsrael Madueme <purelogiq@gmail.com>2018-04-25 14:53:08 +0200
committerDylan William Hardison <dylan@hardison.net>2018-04-25 14:53:08 +0200
commit50ef8fcbb13f77eeded121d32be3f1a98cd17640 (patch)
tree275cb59359b3ad7dc0d5147f4e2753fecf717163 /extensions/BMO
parent27756cc164f311eca3d16fbf6fd889dc41303ad8 (diff)
downloadbugzilla-50ef8fcbb13f77eeded121d32be3f1a98cd17640.tar.gz
bugzilla-50ef8fcbb13f77eeded121d32be3f1a98cd17640.tar.xz
Bug 1455772 - Label bug bounty form credit fields
Diffstat (limited to 'extensions/BMO')
-rw-r--r--extensions/BMO/template/en/default/pages/attachment_bounty_form.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/BMO/template/en/default/pages/attachment_bounty_form.html.tmpl b/extensions/BMO/template/en/default/pages/attachment_bounty_form.html.tmpl
index faf32aa36..0f7966097 100644
--- a/extensions/BMO/template/en/default/pages/attachment_bounty_form.html.tmpl
+++ b/extensions/BMO/template/en/default/pages/attachment_bounty_form.html.tmpl
@@ -211,12 +211,12 @@ function validateAndSubmit() {
</div>
<div class="form_section">
- <label for="credit_2" class="field_label">Credit</label>
+ <label for="credit_2" class="field_label">Credit Twitter</label>
<input type="text" name="credit_2" id="credit_2" size="80" value="[% form.credit.1 FILTER html %]">
</div>
<div class="form_section">
- <label for="credit_3" class="field_label">Credit</label>
+ <label for="credit_3" class="field_label">Credit URL</label>
<input type="text" name="credit_3" id="credit_3" size="80" value="[% form.credit.2 FILTER html %]">
</div>