diff options
-rw-r--r-- | extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl index ff3ecbc11..38bf793fd 100644 --- a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl +++ b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl @@ -416,7 +416,7 @@ explain how to write effective [% terms.bug %] reports.</li> </tr> <tr class="even"> - <td class="label" colspan="3">What did you do?</td> + <td class="label" colspan="3">What did you do? (steps to reproduce)</td> <td valign="top"> [% PROCESS help id="steps_help" %] <div id="steps_help" class="hidden help"> @@ -439,7 +439,7 @@ explain how to write effective [% terms.bug %] reports.</li> </tr> <tr class="odd"> - <td class="label" colspan="3">What happened?</td> + <td class="label" colspan="3">What happened? (actual results)</td> <td valign="top"> [% PROCESS help id="actual_help" %] <div id="actual_help" class="hidden help"> @@ -452,7 +452,7 @@ explain how to write effective [% terms.bug %] reports.</li> </tr> <tr class="even"> - <td class="label" colspan="3">What should have happened?</td> + <td class="label" colspan="3">What should have happened? (expected results)</td> <td valign="top"> [% PROCESS help id="expected_help" %] <div id="expected_help" class="hidden help"> |