diff options
-rw-r--r-- | template/en/default/sidebar.xul.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/sidebar.xul.tmpl b/template/en/default/sidebar.xul.tmpl index d856e4e88..a065d447a 100644 --- a/template/en/default/sidebar.xul.tmpl +++ b/template/en/default/sidebar.xul.tmpl @@ -68,7 +68,7 @@ function normal_keypress_handler( aEvent ) { <box autostretch="never" valign="top"> <box orient="vertical" flex="1"> <text class="text-link" onclick="load_relative_url('query.cgi')" value="new query"/> - <text class="text-link" onclick="load_relative_url('reports.cgi')" value="reports"/> + <text class="text-link" onclick="load_relative_url('report.cgi')" value="reports"/> <text class="text-link" onclick="load_relative_url('enter_bug.cgi')" value="new bug"/> <separator class="thin"/> |