diff options
author | reed%reedloden.com <> | 2007-02-11 06:23:59 +0000 |
---|---|---|
committer | reed%reedloden.com <> | 2007-02-11 06:23:59 +0000 |
commit | 2f97f350c6548ea2cec674659f9034d146b99eb3 (patch) | |
tree | 350f316c5cfc18e2e735393df12d968331ecc59d | |
parent | 86488b6e708854491910e03f2d2ddd189df0f025 (diff) | |
download | bugs-2f97f350c6548ea2cec674659f9034d146b99eb3.tar bugs-2f97f350c6548ea2cec674659f9034d146b99eb3.tar.gz bugs-2f97f350c6548ea2cec674659f9034d146b99eb3.tar.bz2 bugs-2f97f350c6548ea2cec674659f9034d146b99eb3.tar.xz bugs-2f97f350c6548ea2cec674659f9034d146b99eb3.zip |
Bug 364960 - ""Reassign bug to default assignee" text is worded very badly" [p=reed r=Colin a=LpSolit]
-rw-r--r-- | template/en/default/bug/knob.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/bug/knob.html.tmpl b/template/en/default/bug/knob.html.tmpl index a3b274b05..caf1653a3 100644 --- a/template/en/default/bug/knob.html.tmpl +++ b/template/en/default/bug/knob.html.tmpl @@ -106,8 +106,8 @@ <input type="radio" id="knob-reassign-cmp" name="knob" value="reassignbycomponent"> <label for="knob-reassign-cmp"> Reassign [% terms.bug %] to default assignee - [% " and QA contact" IF Param('useqacontact') %], - and add Default CC, of selected component + [% " and QA contact," IF Param('useqacontact') %] + and add Default CC of selected component </label> <br> [% IF bug.isunconfirmed && bug.user.canconfirm %] |