diff options
-rw-r--r-- | template/en/default/bug/create/create.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index ac9e523a9..5957516f9 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -226,10 +226,10 @@ function handleWantsAttachment(wants_attachment) { </tr> <tr> - [% sel = { description => 'Platform', name => 'rep_platform' } %] + [% sel = { description => 'Severity', name => 'bug_severity' } %] [% INCLUDE select %] - [% sel = { description => 'OS', name => 'op_sys' } %] + [% sel = { description => 'Platform', name => 'rep_platform' } %] [% INCLUDE select %] </tr> @@ -243,7 +243,7 @@ function handleWantsAttachment(wants_attachment) { </td> [% END %] - [% sel = { description => 'Severity', name => 'bug_severity' } %] + [% sel = { description => 'OS', name => 'op_sys' } %] [% INCLUDE select %] </tr> |