summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/forums/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/forums/index.html.erb b/app/views/forums/index.html.erb
index ba90117..08fa0ad 100644
--- a/app/views/forums/index.html.erb
+++ b/app/views/forums/index.html.erb
@@ -1,6 +1,6 @@
<% title "Forums" %>
-<%= link_to "All Threads", forumthreads_path, class: "btn blue right" %>
+<%= link_to "Search All Threads", forumthreads_path, class: "btn blue right" %>
<br>
<div id="forum_groups">
<% @groups.each do |group| %>