diff options
author | bugreport%peshkin.net <> | 2002-11-10 03:31:27 +0100 |
---|---|---|
committer | bugreport%peshkin.net <> | 2002-11-10 03:31:27 +0100 |
commit | c3fd1468a56d744acc63c990312fb35b0bc8a431 (patch) | |
tree | 0e2d121ca9cb584aa9db63e5bc71e407c0bd64a6 | |
parent | 413a75cafd2c8af9b520c483e85e8995c4ccca96 (diff) | |
download | bugzilla-c3fd1468a56d744acc63c990312fb35b0bc8a431.tar.gz bugzilla-c3fd1468a56d744acc63c990312fb35b0bc8a431.tar.xz |
Bug 179225 Missing space. "Reassign bug to ownerand QA contact of selected component "
2xr=jake
a=myk
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 453b4aa65..5ee8100a9 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -524,7 +524,7 @@ function updateRemainingTime() { <input type="radio" name="knob" value="reassignbycomponent"> Reassign bug to owner - [% "and QA contact" IF Param('useqacontact') %] + [% " and QA contact" IF Param('useqacontact') %] of selected component <br> [% IF bug.isunconfirmed && user.canconfirm %] |