aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/general/search.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/general/search.rhtml')
-rw-r--r--app/views/general/search.rhtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/general/search.rhtml b/app/views/general/search.rhtml
index fe6a49393..f16661b13 100644
--- a/app/views/general/search.rhtml
+++ b/app/views/general/search.rhtml
@@ -46,10 +46,10 @@
<div id="variety-filter">
<h3 class="title"><%= _("Showing") %></h3>
<% labels = [
- ["all", _("everything")],
["requests", _("requests")],
["users", _("users")],
- ["bodies", _("authorities")]]%>
+ ["bodies", _("authorities")],
+ ["all", _("everything")]]%>
<% for variety, label in labels %>
<% if @variety_postfix != variety %>
<% if variety != "users" %>