]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1455772 - Label bug bounty form credit fields
authorIsrael Madueme <purelogiq@gmail.com>
Wed, 25 Apr 2018 12:53:08 +0000 (08:53 -0400)
committerDylan William Hardison <dylan@hardison.net>
Wed, 25 Apr 2018 12:53:08 +0000 (08:53 -0400)
extensions/BMO/template/en/default/pages/attachment_bounty_form.html.tmpl

index faf32aa3686aa3718909e03e9db4d208be84e0dc..0f7966097fecff9cd72adf8fc8270e592518d2eb 100644 (file)
@@ -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>