diff options
author | 2007-02-11 06:23:59 +0000 | |
---|---|---|
committer | 2007-02-11 06:23:59 +0000 | |
commit | 2f97f350c6548ea2cec674659f9034d146b99eb3 (patch) | |
tree | 350f316c5cfc18e2e735393df12d968331ecc59d | |
parent | Bug 364095 - "Default template does not validate as valid HTML" [p=reed r=LpS... (diff) | |
download | bugzilla-2f97f350c6548ea2cec674659f9034d146b99eb3.tar.gz bugzilla-2f97f350c6548ea2cec674659f9034d146b99eb3.tar.bz2 bugzilla-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 %] |