Commit 64757778 authored by travis%sedsystems.ca's avatar travis%sedsystems.ca

Bug 238467 : "Accept bug (confirm bug, change status to ASSIGNED)" should use ';' or 'and' not ','

Patch by Shane H. W. Travis <travis@sedsystems.ca> r=LpSolit a=justdave
parent cde2d370
......@@ -48,7 +48,7 @@
<input type="radio" id="knob-accept" name="knob" value="accept">
<label for="knob-accept">
Accept [% terms.bug %] (
[% IF bug.isunconfirmed %]confirm [% terms.bug %], [% END %]change
[% IF bug.isunconfirmed %]confirm [% terms.bug %], and [% END %]change
status to <b>ASSIGNED</b>)
</label>
<br>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment