]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
bug 1425604: Make name of whiteboard consistent
authorEmma Humphries <emceeaich@users.noreply.github.com>
Sat, 19 Oct 2019 20:21:19 +0000 (13:21 -0700)
committerdklawren <dklawren@users.noreply.github.com>
Sat, 19 Oct 2019 20:21:19 +0000 (16:21 -0400)
template/en/default/bug/create/create.html.tmpl

index c94d0661e76b1380640d3150b86348bd65d4df32..298765fbe5b5a8698ed3318b8c91f3e495e7509e 100644 (file)
@@ -658,7 +658,7 @@ TUI_hide_default('expert_fields');
     [% END %]
 
     <tr>
-      <th>Status Whiteboard:</th>
+      <th>Whiteboard:</th>
       <td colspan="3" class="field_value">
         <input id="status_whiteboard" name="status_whiteboard" size="70"
                value="[% status_whiteboard FILTER html %]" class="text_input">
@@ -805,10 +805,10 @@ TUI_hide_default('expert_fields');
     </td>
   </tr>
 </tbody>
-  [%# "status whiteboard" and "qa contact" are the longest labels
+  [%# "whiteboard" and "qa contact" are the longest labels
     # add them here to avoid shifting the page when toggling advanced fields %]
   <tr>
-    <th class="hidden_text">Status Whiteboard:</th>
+    <th class="hidden_text">Whiteboard:</th>
     <td>&nbsp;</td>
     <th class="hidden_text">QA Contact:</th>
   </tr>